#96B556

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

Shades of Chelsea Cucumber #96B556

Tints of Chelsea Cucumber #96B556

Color information

#96B556 (or 0x96B556) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B5 and 56. RGB value is (150,181,86). Sum of RGB (Red+Green+Blue) = 150+181+86=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #96B556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B556 is #694AA9. Grayscale: #A1A1A1. Windows color (decimal): -6900394 or 5682582. OLE color: 5682582.

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

Color convert

RGB15018186-
CMYK0.1700.520.29
HSL79.58º39.09%52.35%-
HSV(B)79.58º52.49%70.98%-
XYZ30.7840.214.94-
YUV160.985.73120.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=35.97%
G=43.41%
B=20.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181860.1700.520.2979.5839.0952.35
Hex96B556110341D502734
Octal22626512621064351204764
Binary10010110101101011010110100010110100111011010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,86); }

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

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

 a { background-color: rgb(150,181,86); }

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

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

 span { border-color: rgb(150,181,86); }

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