#56984A

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

Shades of Hippie Green #56984A

Tints of Hippie Green #56984A

Color information

#56984A (or 0x56984A) is unknown color: approx Hippie Green. HEX triplet: 56, 98 and 4A. RGB value is (86,152,74). Sum of RGB (Red+Green+Blue) = 86+152+74=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #56984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56984A is #A967B5. Grayscale: #7B7B7B. Windows color (decimal): -11102134 or 4888662. OLE color: 4888662.

HSL color Cylindrical-coordinate representation of color #56984A: hue angle of 110.77º 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 #56984A is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB8615274-
CMYK0.4300.510.40
HSL110.77º34.51%44.31%-
HSV(B)110.77º51.32%59.61%-
XYZ16.324.9310.43-
YUV123.37100.13101.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=27.56%
G=48.72%
B=23.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86152740.4300.510.40110.7734.5144.31
Hex56984A2B033286f232c
Octal12623011253063501574354
Binary101011010011000100101010101101100111010001101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56984A; }

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

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

<style>
 a { background-color: #56984A; }

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

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

<style>
 span { border-color: #56984A; }

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

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