#96B44C

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

Shades of Chelsea Cucumber #96B44C

Tints of Chelsea Cucumber #96B44C

Color information

#96B44C (or 0x96B44C) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B4 and 4C. RGB value is (150,180,76). Sum of RGB (Red+Green+Blue) = 150+180+76=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #96B44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B44C is #694BB3. Grayscale: #9F9F9F. Windows color (decimal): -6900660 or 5026966. OLE color: 5026966.

HSL color Cylindrical-coordinate representation of color #96B44C: hue angle of 77.31º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96B44C is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB15018076-
CMYK0.1700.580.29
HSL77.31º40.94%50.2%-
HSV(B)77.31º57.78%70.59%-
XYZ30.239.6512.9-
YUV159.1781.06121.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=36.95%
G=44.33%
B=18.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150180760.1700.580.2977.3140.9450.2
Hex96B44C1103A1D4d2932
Octal22626411421072351155162
Binary10010110101101001001100100010111010111011001101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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