#96B349

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

Shades of Chelsea Cucumber #96B349

Tints of Chelsea Cucumber #96B349

Color information

#96B349 (or 0x96B349) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B3 and 49. RGB value is (150,179,73). Sum of RGB (Red+Green+Blue) = 150+179+73=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #96B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B349 is #694CB6. Grayscale: #9E9E9E. Windows color (decimal): -6900919 or 4830102. OLE color: 4830102.

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

Color convert

RGB15017973-
CMYK0.1600.590.30
HSL76.42º42.06%49.41%-
HSV(B)76.42º59.22%70.2%-
XYZ29.939.2112.29-
YUV158.2479.89122.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=37.31%
G=44.53%
B=18.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150179730.1600.590.3076.4242.0649.41
Hex96B3491003B1E4c2a31
Octal22626311120073361145261
Binary10010110101100111001001100000111011111101001100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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