#96B752

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

Shades of Chelsea Cucumber #96B752

Tints of Chelsea Cucumber #96B752

Color information

#96B752 (or 0x96B752) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 52. RGB value is (150,183,82). Sum of RGB (Red+Green+Blue) = 150+183+82=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #96B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B752 is #6948AD. Grayscale: #A1A1A1. Windows color (decimal): -6899886 or 5420950. OLE color: 5420950.

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

Color convert

RGB15018382-
CMYK0.1800.550.28
HSL79.6º41.22%51.96%-
HSV(B)79.6º55.19%71.76%-
XYZ31.0340.9614.25-
YUV161.6283.07119.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 183 (71.88% from 255) = 44.10%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=36.14%
G=44.10%
B=19.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183820.1800.550.2879.641.2251.96
Hex96B752120371C502934
Octal22626712222067341205164
Binary10010110101101111010010100100110111111001010000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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