#96B05A

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

Shades of Chelsea Cucumber #96B05A

Tints of Chelsea Cucumber #96B05A

Color information

#96B05A (or 0x96B05A) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B0 and 5A. RGB value is (150,176,90). Sum of RGB (Red+Green+Blue) = 150+176+90=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #96B05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B05A is #694FA5. Grayscale: #9E9E9E. Windows color (decimal): -6901670 or 5943446. OLE color: 5943446.

HSL color Cylindrical-coordinate representation of color #96B05A: hue angle of 78.14º degrees, saturation: 0.35, 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 #96B05A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB15017690-
CMYK0.1500.490.31
HSL78.14º35.25%52.16%-
HSV(B)78.14º48.86%69.02%-
XYZ29.9538.2715.48-
YUV158.4289.39121.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 176 (69.14% from 255) = 42.31%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=36.06%
G=42.31%
B=21.63%

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
Decimal150176900.1500.490.3178.1435.2552.16
Hex96B05AF0311F4e2334
Octal22626013217061371164364
Binary1001011010110000101101011110110001111111001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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