#5C9652

Color #5C9652 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5C9652

Tints of Hippie Green #5C9652

Color information

#5C9652 (or 0x5C9652) is unknown color: approx Hippie Green. HEX triplet: 5C, 96 and 52. RGB value is (92,150,82). Sum of RGB (Red+Green+Blue) = 92+150+82=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9652 is #A369AD. Grayscale: #7D7D7D. Windows color (decimal): -10709422 or 5412444. OLE color: 5412444.

HSL color Cylindrical-coordinate representation of color #5C9652: hue angle of 111.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C9652 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB9215082-
CMYK0.3900.450.41
HSL111.18º29.31%45.49%-
HSV(B)111.18º45.33%58.82%-
XYZ16.8424.711.86-
YUV124.91103.78104.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=28.40%
G=46.30%
B=25.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92150820.3900.450.41111.1829.3145.49
Hex5C96522702D296f1d2d
Octal13422612247055511573555
Binary10111001001011010100101001110101101101001110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9652; }

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

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

<style>
 a { background-color: #5C9652; }

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

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

<style>
 span { border-color: #5C9652; }

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

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