#96AE52

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

Shades of Chelsea Cucumber #96AE52

Tints of Chelsea Cucumber #96AE52

Color information

#96AE52 (or 0x96AE52) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, AE and 52. RGB value is (150,174,82). Sum of RGB (Red+Green+Blue) = 150+174+82=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE52 is #6951AD. Grayscale: #9C9C9C. Windows color (decimal): -6902190 or 5418646. OLE color: 5418646.

HSL color Cylindrical-coordinate representation of color #96AE52: hue angle of 75.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96AE52 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB15017482-
CMYK0.1400.530.32
HSL75.65º36.22%50.2%-
HSV(B)75.65º52.87%68.24%-
XYZ29.2437.3713.65-
YUV156.3486.05123.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=36.95%
G=42.86%
B=20.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174820.1400.530.3275.6536.2250.2
Hex96AE52E035204c2432
Octal22625612216065401144462
Binary10010110101011101010010111001101011000001001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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