#94B758

Color #94B758 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #94B758

Tints of Chelsea Cucumber #94B758

Color information

#94B758 (or 0x94B758) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B7 and 58. RGB value is (148,183,88). Sum of RGB (Red+Green+Blue) = 148+183+88=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #94B758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B758 is #6B48A7. Grayscale: #A2A2A2. Windows color (decimal): -7030952 or 5814164. OLE color: 5814164.

HSL color Cylindrical-coordinate representation of color #94B758: hue angle of 82.11º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94B758 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB14818388-
CMYK0.1900.520.28
HSL82.11º39.75%53.14%-
HSV(B)82.11º51.91%71.76%-
XYZ30.9140.8715.49-
YUV161.7186.4118.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=35.32%
G=43.68%
B=21.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148183880.1900.520.2882.1139.7553.14
Hex94B758130341C522835
Octal22426713023064341225065
Binary10010100101101111011000100110110100111001010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B758; }

 p { color: rgb(148,183,88); }

 H1.HeaderClassName
 {
   color: #94B758;
 }
 .AnyTagClassName
 {
   color: #94B758;
 }
</style>
background-color css

<style>
 a { background-color: #94B758; }

 a { background-color: rgb(148,183,88); }

 div.DivClassName
 {
   background-color: #94B758;
 }
 .BgClassName
 {
   background-color: #94B758;
 }
</style>
border-color css

<style>
 span { border-color: #94B758; }

 span { border-color: rgb(148,183,88); }

 td.TdClassName
 {
   border-color: #94B758;
 }
 .TagClassName
 {
   border-color: #94B758;
 }
</style>