#96B45C

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

Shades of Chelsea Cucumber #96B45C

Tints of Chelsea Cucumber #96B45C

Color information

#96B45C (or 0x96B45C) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B4 and 5C. RGB value is (150,180,92). Sum of RGB (Red+Green+Blue) = 150+180+92=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #96B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B45C is #694BA3. Grayscale: #A1A1A1. Windows color (decimal): -6900644 or 6075542. OLE color: 6075542.

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

Color convert

RGB15018092-
CMYK0.1700.490.29
HSL80.45º36.97%53.33%-
HSV(B)80.45º48.89%70.59%-
XYZ30.8339.916.2-
YUV16189.06120.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=35.55%
G=42.65%
B=21.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150180920.1700.490.2980.4536.9753.33
Hex96B45C110311D502535
Octal22626413421061351204565
Binary10010110101101001011100100010110001111011010000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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