#96B749

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

Shades of Chelsea Cucumber #96B749

Tints of Chelsea Cucumber #96B749

Color information

#96B749 (or 0x96B749) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 49. RGB value is (150,183,73). Sum of RGB (Red+Green+Blue) = 150+183+73=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #96B749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B749 is #6948B6. Grayscale: #A1A1A1. Windows color (decimal): -6899895 or 4831126. OLE color: 4831126.

HSL color Cylindrical-coordinate representation of color #96B749: hue angle of 78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96B749 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB15018373-
CMYK0.1800.600.28
HSL78º43.31%50.2%-
HSV(B)78º60.11%71.76%-
XYZ30.7140.8312.57-
YUV160.5978.57120.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=36.95%
G=45.07%
B=17.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183730.1800.600.287843.3150.2
Hex96B7491203C1C4e2b32
Octal22626711122074341165362
Binary10010110101101111001001100100111100111001001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,73); }

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

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

 a { background-color: rgb(150,183,73); }

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

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

 span { border-color: rgb(150,183,73); }

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