#96B55B

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

Shades of Chelsea Cucumber #96B55B

Tints of Chelsea Cucumber #96B55B

Color information

#96B55B (or 0x96B55B) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B5 and 5B. RGB value is (150,181,91). Sum of RGB (Red+Green+Blue) = 150+181+91=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #96B55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B55B is #694AA4. Grayscale: #A1A1A1. Windows color (decimal): -6900389 or 6010262. OLE color: 6010262.

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

Color convert

RGB15018191-
CMYK0.1700.500.29
HSL80.67º37.82%53.33%-
HSV(B)80.67º49.72%70.98%-
XYZ30.9940.2916.04-
YUV161.4788.23119.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=35.55%
G=42.89%
B=21.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181910.1700.500.2980.6737.8253.33
Hex96B55B110321D512635
Octal22626513321062351214665
Binary10010110101101011011011100010110010111011010001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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