#5C984A

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

Shades of Hippie Green #5C984A

Tints of Hippie Green #5C984A

Color information

#5C984A (or 0x5C984A) is unknown color: approx Hippie Green. HEX triplet: 5C, 98 and 4A. RGB value is (92,152,74). Sum of RGB (Red+Green+Blue) = 92+152+74=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #5C984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C984A is #A367B5. Grayscale: #7D7D7D. Windows color (decimal): -10708918 or 4888668. OLE color: 4888668.

HSL color Cylindrical-coordinate representation of color #5C984A: hue angle of 106.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C984A is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB9215274-
CMYK0.3900.510.40
HSL106.15º34.51%44.31%-
HSV(B)106.15º51.32%59.61%-
XYZ16.8825.2310.46-
YUV125.1799.12104.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 152 (59.77% from 255) = 47.80%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=28.93%
G=47.80%
B=23.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92152740.3900.510.40106.1534.5144.31
Hex5C984A27033286a232c
Octal13423011247063501524354
Binary101110010011000100101010011101100111010001101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,152,74); }

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

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

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

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

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

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

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