#96B74C

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

Shades of Chelsea Cucumber #96B74C

Tints of Chelsea Cucumber #96B74C

Color information

#96B74C (or 0x96B74C) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 4C. RGB value is (150,183,76). Sum of RGB (Red+Green+Blue) = 150+183+76=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #96B74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B74C is #6948B3. Grayscale: #A1A1A1. Windows color (decimal): -6899892 or 5027734. OLE color: 5027734.

HSL color Cylindrical-coordinate representation of color #96B74C: hue angle of 78.5º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96B74C is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB15018376-
CMYK0.1800.580.28
HSL78.5º42.63%50.78%-
HSV(B)78.5º58.47%71.76%-
XYZ30.8240.8713.1-
YUV160.9380.07120.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 76 (30.08% from 255) = 18.58%
R=36.67%
G=44.74%
B=18.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183760.1800.580.2878.542.6350.78
Hex96B74C1203A1C4f2b33
Octal22626711422072341175363
Binary10010110101101111001100100100111010111001001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B74C; }

 p { color: rgb(150,183,76); }

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

<style>
 a { background-color: #96B74C; }

 a { background-color: rgb(150,183,76); }

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

<style>
 span { border-color: #96B74C; }

 span { border-color: rgb(150,183,76); }

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