#96B552

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

Shades of Chelsea Cucumber #96B552

Tints of Chelsea Cucumber #96B552

Color information

#96B552 (or 0x96B552) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B5 and 52. RGB value is (150,181,82). Sum of RGB (Red+Green+Blue) = 150+181+82=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #96B552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B552 is #694AAD. Grayscale: #A0A0A0. Windows color (decimal): -6900398 or 5420438. OLE color: 5420438.

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

Color convert

RGB15018182-
CMYK0.1700.550.29
HSL78.79º40.08%51.57%-
HSV(B)78.79º54.7%70.98%-
XYZ30.6240.1414.12-
YUV160.4583.73120.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 181 (71.09% from 255) = 43.83%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=36.32%
G=43.83%
B=19.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181820.1700.550.2978.7940.0851.57
Hex96B552110371D4f2834
Octal22626512221067351175064
Binary10010110101101011010010100010110111111011001111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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