#96C052

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

Shades of Chelsea Cucumber #96C052

Tints of Chelsea Cucumber #96C052

Color information

#96C052 (or 0x96C052) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, C0 and 52. RGB value is (150,192,82). Sum of RGB (Red+Green+Blue) = 150+192+82=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #96C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C052 is #693FAD. Grayscale: #A7A7A7. Windows color (decimal): -6897582 or 5423254. OLE color: 5423254.

HSL color Cylindrical-coordinate representation of color #96C052: hue angle of 82.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96C052 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB15019282-
CMYK0.2200.570.25
HSL82.91º46.61%53.73%-
HSV(B)82.91º57.29%75.29%-
XYZ32.9544.7914.89-
YUV166.980.09115.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 192 (75.39% from 255) = 45.28%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=35.38%
G=45.28%
B=19.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150192820.2200.570.2582.9146.6153.73
Hex96C0521603919532f36
Octal22630012226071311235766
Binary10010110110000001010010101100111001110011010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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