#96B756

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

Shades of Chelsea Cucumber #96B756

Tints of Chelsea Cucumber #96B756

Color information

#96B756 (or 0x96B756) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 56. RGB value is (150,183,86). Sum of RGB (Red+Green+Blue) = 150+183+86=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #96B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B756 is #6948A9. Grayscale: #A2A2A2. Windows color (decimal): -6899882 or 5683094. OLE color: 5683094.

HSL color Cylindrical-coordinate representation of color #96B756: hue angle of 80.41º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96B756 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB15018386-
CMYK0.1800.530.28
HSL80.41º40.25%52.75%-
HSV(B)80.41º53.01%71.76%-
XYZ31.1941.0215.08-
YUV162.0785.07119.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=35.80%
G=43.68%
B=20.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183860.1800.530.2880.4140.2552.75
Hex96B756120351C502835
Octal22626712622065341205065
Binary10010110101101111010110100100110101111001010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,86); }

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

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

 a { background-color: rgb(150,183,86); }

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

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

 span { border-color: rgb(150,183,86); }

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