#96b247

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

Shades of Chelsea Cucumber #96B247

Tints of Chelsea Cucumber #96B247

Color information

#96B247 (or 0x96B247) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B2 and 47. RGB value is (150,178,71). Sum of RGB (Red+Green+Blue) = 150+178+71=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #96B247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B247 is #694DB8. Grayscale: #9D9D9D. Windows color (decimal): -6901177 or 4698774. OLE color: 4698774.

HSL color Cylindrical-coordinate representation of color #96B247: hue angle of 75.7º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96B247 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB15017871-
CMYK0.1600.600.30
HSL75.7º42.97%48.82%-
HSV(B)75.7º60.11%69.8%-
XYZ29.6438.7811.88-
YUV157.4379.22122.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=37.59%
G=44.61%
B=17.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150178710.1600.600.3075.742.9748.82
Hex96B2471003C1E4c2b31
Octal22626210720074361145361
Binary10010110101100101000111100000111100111101001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96b247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,178,71); }

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

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

 a { background-color: rgb(150,178,71); }

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

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

 span { border-color: rgb(150,178,71); }

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