#96B150

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

Shades of Chelsea Cucumber #96B150

Tints of Chelsea Cucumber #96B150

Color information

#96B150 (or 0x96B150) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B1 and 50. RGB value is (150,177,80). Sum of RGB (Red+Green+Blue) = 150+177+80=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #96B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B150 is #694EAF. Grayscale: #9E9E9E. Windows color (decimal): -6901424 or 5288342. OLE color: 5288342.

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

Color convert

RGB15017780-
CMYK0.1500.550.31
HSL76.7º38.34%50.39%-
HSV(B)76.7º54.8%69.41%-
XYZ29.7538.5113.45-
YUV157.8784.05122.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=36.86%
G=43.49%
B=19.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150177800.1500.550.3176.738.3450.39
Hex96B150F0371F4d2632
Octal22626112017067371154662
Binary1001011010110001101000011110110111111111001101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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