#96BB50

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

Shades of Chelsea Cucumber #96BB50

Tints of Chelsea Cucumber #96BB50

Color information

#96BB50 (or 0x96BB50) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, BB and 50. RGB value is (150,187,80). Sum of RGB (Red+Green+Blue) = 150+187+80=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB50 is #6944AF. Grayscale: #A4A4A4. Windows color (decimal): -6898864 or 5290902. OLE color: 5290902.

HSL color Cylindrical-coordinate representation of color #96BB50: hue angle of 80.75º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96BB50 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB15018780-
CMYK0.2000.570.27
HSL80.75º44.03%52.35%-
HSV(B)80.75º57.22%73.33%-
XYZ31.842.614.14-
YUV163.7480.74118.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=35.97%
G=44.84%
B=19.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150187800.2000.570.2780.7544.0352.35
Hex96BB50140391B512c34
Octal22627312024071331215464
Binary10010110101110111010000101000111001110111010001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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