#96B159

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

Shades of Chelsea Cucumber #96B159

Tints of Chelsea Cucumber #96B159

Color information

#96B159 (or 0x96B159) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B1 and 59. RGB value is (150,177,89). Sum of RGB (Red+Green+Blue) = 150+177+89=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #96B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B159 is #694EA6. Grayscale: #9F9F9F. Windows color (decimal): -6901415 or 5878166. OLE color: 5878166.

HSL color Cylindrical-coordinate representation of color #96B159: hue angle of 78.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96B159 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB15017789-
CMYK0.1500.500.31
HSL78.41º36.07%52.16%-
HSV(B)78.41º49.72%69.41%-
XYZ30.138.6515.32-
YUV158.8988.55121.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=36.06%
G=42.55%
B=21.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150177890.1500.500.3178.4136.0752.16
Hex96B159F0321F4e2434
Octal22626113117062371164464
Binary1001011010110001101100111110110010111111001110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,89); }

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

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

 a { background-color: rgb(150,177,89); }

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

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

 span { border-color: rgb(150,177,89); }

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