#96AF52

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

Shades of Chelsea Cucumber #96AF52

Tints of Chelsea Cucumber #96AF52

Color information

#96AF52 (or 0x96AF52) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, AF and 52. RGB value is (150,175,82). Sum of RGB (Red+Green+Blue) = 150+175+82=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF52 is #6950AD. Grayscale: #9D9D9D. Windows color (decimal): -6901934 or 5418902. OLE color: 5418902.

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

Color convert

RGB15017582-
CMYK0.1400.530.31
HSL76.13º36.76%50.39%-
HSV(B)76.13º53.14%68.63%-
XYZ29.4337.7513.72-
YUV156.9285.72123.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=36.86%
G=43.00%
B=20.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150175820.1400.530.3176.1336.7650.39
Hex96AF52E0351F4c2532
Octal22625712216065371144562
Binary1001011010101111101001011100110101111111001100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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