Html Css Color HEX #55984A Hippie Green

📋 copy color: '#55984A'

red 85 ◦ green 152 ◦ blue 74

#55984A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #55984A

Tints of Hippie Green #55984A

RGB

 RED value IS 85 (33.59% from 255) = 27.33%

 GREEN value IS 152 (59.77% from 255) = 48.87%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 27.33%
G = 48.87%
B = 23.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#55984A (or 0x55984A) is known color: Hippie Green. HEX triplet: 55, 98 and 4A. RGB value is (85,152,74). Sum of RGB (Red+Green+Blue) = 85+152+74=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #55984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55984A is #AA67B5. Grayscale: #7B7B7B. Windows color (decimal): -11167670 or 4888661. OLE color: 4888661.

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

Color convert

RGB 85 152 74 -
CMYK 0.44 0 0.51 0.40
HSL 111.54º 0.35% 0.44% -
HSV(B) 111.54º 0.51% 0.6% -
XYZ 16.21 24.88 10.43 -
YUV 123.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 85 152 74 0.44 0 0.51 0.40 111.54 0.35 0.44
Hex 55 98 4A 2C 0 33 28 70 23 2C
Octal 125 230 112 54 0 63 50 160 43 54
Binary 1010101 10011000 1001010 101100 0 110011 101000 1110000 100011 101100

Color Harmonies of #55984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55984A

Black with #55984A

Text Example


Text Example

White with #55984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55984A;
 }
 .AnyTagClassName
 {
   color: #55984A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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