#96B460

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

Shades of Chelsea Cucumber #96B460

Tints of Chelsea Cucumber #96B460

Color information

#96B460 (or 0x96B460) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B4 and 60. RGB value is (150,180,96). Sum of RGB (Red+Green+Blue) = 150+180+96=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #96B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B460 is #694B9F. Grayscale: #A1A1A1. Windows color (decimal): -6900640 or 6337686. OLE color: 6337686.

HSL color Cylindrical-coordinate representation of color #96B460: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96B460 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB15018096-
CMYK0.1700.470.29
HSL81.43º35.9%54.12%-
HSV(B)81.43º46.67%70.59%-
XYZ31.0139.9717.15-
YUV161.4591.06119.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=35.21%
G=42.25%
B=22.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150180960.1700.470.2981.4335.954.12
Hex96B4601102F1D512436
Octal22626414021057351214466
Binary10010110101101001100000100010101111111011010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,96); }

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

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

 a { background-color: rgb(150,180,96); }

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

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

 span { border-color: rgb(150,180,96); }

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