#96B25B

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

Shades of Chelsea Cucumber #96B25B

Tints of Chelsea Cucumber #96B25B

Color information

#96B25B (or 0x96B25B) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B2 and 5B. RGB value is (150,178,91). Sum of RGB (Red+Green+Blue) = 150+178+91=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #96B25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B25B is #694DA4. Grayscale: #A0A0A0. Windows color (decimal): -6901157 or 6009494. OLE color: 6009494.

HSL color Cylindrical-coordinate representation of color #96B25B: hue angle of 79.31º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96B25B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB15017891-
CMYK0.1600.490.30
HSL79.31º36.1%52.75%-
HSV(B)79.31º48.88%69.8%-
XYZ30.3939.0815.84-
YUV159.7189.22121.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 178 (69.92% from 255) = 42.48%
BLUE value IS 91 (35.94% from 255) = 21.72%
R=35.80%
G=42.48%
B=21.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150178910.1600.490.3079.3136.152.75
Hex96B25B100311E4f2435
Octal22626213320061361174465
Binary10010110101100101011011100000110001111101001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,178,91); }

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

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

 a { background-color: rgb(150,178,91); }

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

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

 span { border-color: rgb(150,178,91); }

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