#96B461

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

Shades of Chelsea Cucumber #96B461

Tints of Chelsea Cucumber #96B461

Color information

#96B461 (or 0x96B461) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B4 and 61. RGB value is (150,180,97). Sum of RGB (Red+Green+Blue) = 150+180+97=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #96B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B461 is #694B9E. Grayscale: #A1A1A1. Windows color (decimal): -6900639 or 6403222. OLE color: 6403222.

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

Color convert

RGB15018097-
CMYK0.1700.460.29
HSL81.69º35.62%54.31%-
HSV(B)81.69º46.11%70.59%-
XYZ31.0639.9917.39-
YUV161.5791.56119.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=35.13%
G=42.15%
B=22.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150180970.1700.460.2981.6935.6254.31
Hex96B4611102E1D522436
Octal22626414121056351224466
Binary10010110101101001100001100010101110111011010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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