#96B15A

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

Shades of Chelsea Cucumber #96B15A

Tints of Chelsea Cucumber #96B15A

Color information

#96B15A (or 0x96B15A) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B1 and 5A. RGB value is (150,177,90). Sum of RGB (Red+Green+Blue) = 150+177+90=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #96B15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B15A is #694EA5. Grayscale: #9F9F9F. Windows color (decimal): -6901414 or 5943702. OLE color: 5943702.

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

Color convert

RGB15017790-
CMYK0.1500.490.31
HSL78.62º35.8%52.35%-
HSV(B)78.62º49.15%69.41%-
XYZ30.1538.6715.55-
YUV159.0189.05121.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=35.97%
G=42.45%
B=21.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150177900.1500.490.3178.6235.852.35
Hex96B15AF0311F4f2434
Octal22626113217061371174464
Binary1001011010110001101101011110110001111111001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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