#5C885F

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

Shades of Hippie Green #5C885F

Tints of Hippie Green #5C885F

Color information

#5C885F (or 0x5C885F) is unknown color: approx Hippie Green. HEX triplet: 5C, 88 and 5F. RGB value is (92,136,95). Sum of RGB (Red+Green+Blue) = 92+136+95=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #5C885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C885F is #A377A0. Grayscale: #767676. Windows color (decimal): -10712993 or 6260828. OLE color: 6260828.

HSL color Cylindrical-coordinate representation of color #5C885F: hue angle of 124.09º 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 #5C885F is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB9213695-
CMYK0.3200.300.47
HSL124.09º19.3%44.71%-
HSV(B)124.09º32.35%53.33%-
XYZ15.2820.7114.02-
YUV118.17114.92109.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=28.48%
G=42.11%
B=29.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92136950.3200.300.47124.0919.344.71
Hex5C885F2001E2F7c132d
Octal13421013740036571742355
Binary1011100100010001011111100000011110101111111110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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