#96B14D

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

Shades of Chelsea Cucumber #96B14D

Tints of Chelsea Cucumber #96B14D

Color information

#96B14D (or 0x96B14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B1 and 4D. RGB value is (150,177,77). Sum of RGB (Red+Green+Blue) = 150+177+77=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #96B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B14D is #694EB2. Grayscale: #9D9D9D. Windows color (decimal): -6901427 or 5091734. OLE color: 5091734.

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

Color convert

RGB15017777-
CMYK0.1500.560.31
HSL76.2º39.37%49.8%-
HSV(B)76.2º56.5%69.41%-
XYZ29.6438.4612.88-
YUV157.5382.55122.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=37.13%
G=43.81%
B=19.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150177770.1500.560.3176.239.3749.8
Hex96B14DF0381F4c2732
Octal22626111517070371144762
Binary1001011010110001100110111110111000111111001100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,77); }

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

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

 a { background-color: rgb(150,177,77); }

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

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

 span { border-color: rgb(150,177,77); }

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