Html Css Color HEX #55895A Hippie Green

📋 copy color: '#55895A'

red 85 ◦ green 137 ◦ blue 90

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

Shades of Hippie Green #55895A

Tints of Hippie Green #55895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 27.24%
G = 43.91%
B = 28.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#55895A (or 0x55895A) is known color: Hippie Green. HEX triplet: 55, 89 and 5A. RGB value is (85,137,90). Sum of RGB (Red+Green+Blue) = 85+137+90=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #55895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55895A is #AA76A5. Grayscale: #747474. Windows color (decimal): -11171494 or 5933397. OLE color: 5933397.

HSL color Cylindrical-coordinate representation of color #55895A: hue angle of 125.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55895A is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 90 -
CMYK 0.38 0 0.34 0.46
HSL 125.77º 0.23% 0.44% -
HSV(B) 125.77º 0.38% 0.54% -
XYZ 14.54 20.56 12.88 -
YUV 116.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 85 137 90 0.38 0 0.34 0.46 125.77 0.23 0.44
Hex 55 89 5A 26 0 22 2E 7E 17 2C
Octal 125 211 132 46 0 42 56 176 27 54
Binary 1010101 10001001 1011010 100110 0 100010 101110 1111110 10111 101100

Color Harmonies of #55895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55895A

Black with #55895A

Text Example


Text Example

White with #55895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,137,90); }

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

background-color css

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

 a { background-color: rgb(85,137,90); }

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

border-color css

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

 span { border-color: rgb(85,137,90); }

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