#5C885C

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

Shades of Hippie Green #5C885C

Tints of Hippie Green #5C885C

Color information

#5C885C (or 0x5C885C) is unknown color: approx Hippie Green. HEX triplet: 5C, 88 and 5C. RGB value is (92,136,92). Sum of RGB (Red+Green+Blue) = 92+136+92=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #5C885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C885C is #A377A3. Grayscale: #757575. Windows color (decimal): -10712996 or 6064220. OLE color: 6064220.

HSL color Cylindrical-coordinate representation of color #5C885C: hue angle of 120º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C885C is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB9213692-
CMYK0.3200.320.47
HSL120º19.3%44.71%-
HSV(B)120º32.35%53.33%-
XYZ15.1520.6613.31-
YUV117.83113.42109.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=28.75%
G=42.5%
B=28.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92136920.3200.320.4712019.344.71
Hex5C885C200202F78132d
Octal13421013440040571702355
Binary10111001000100010111001000000100000101111111100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,136,92); }

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

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

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

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

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

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

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