#96AE46

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

Shades of Chelsea Cucumber #96AE46

Tints of Chelsea Cucumber #96AE46

Color information

#96AE46 (or 0x96AE46) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, AE and 46. RGB value is (150,174,70). Sum of RGB (Red+Green+Blue) = 150+174+70=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE46 is #6951B9. Grayscale: #9B9B9B. Windows color (decimal): -6902202 or 4632214. OLE color: 4632214.

HSL color Cylindrical-coordinate representation of color #96AE46: hue angle of 73.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96AE46 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB15017470-
CMYK0.1400.600.32
HSL73.85º42.62%47.84%-
HSV(B)73.85º59.77%68.24%-
XYZ28.8237.211.46-
YUV154.9780.05124.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 70 (27.73% from 255) = 17.77%
R=38.07%
G=44.16%
B=17.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174700.1400.600.3273.8542.6247.84
Hex96AE46E03C204a2b30
Octal22625610616074401125360
Binary10010110101011101000110111001111001000001001010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,70); }

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

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

 a { background-color: rgb(150,174,70); }

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

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

 span { border-color: rgb(150,174,70); }

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