#96AF56

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

Shades of Chelsea Cucumber #96AF56

Tints of Chelsea Cucumber #96AF56

Color information

#96AF56 (or 0x96AF56) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, AF and 56. RGB value is (150,175,86). Sum of RGB (Red+Green+Blue) = 150+175+86=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF56 is #6950A9. Grayscale: #9D9D9D. Windows color (decimal): -6901930 or 5681046. OLE color: 5681046.

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

Color convert

RGB15017586-
CMYK0.1400.510.31
HSL76.85º35.74%51.18%-
HSV(B)76.85º50.86%68.63%-
XYZ29.5937.8214.54-
YUV157.3887.72122.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=36.50%
G=42.58%
B=20.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150175860.1400.510.3176.8535.7451.18
Hex96AF56E0331F4d2433
Octal22625712616063371154463
Binary1001011010101111101011011100110011111111001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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