Html Css Color HEX #55885B Hippie Green

📋 copy color: '#55885B'

red 85 ◦ green 136 ◦ blue 91

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

Shades of Hippie Green #55885B

Tints of Hippie Green #55885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 27.24%
G = 43.59%
B = 29.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#55885B (or 0x55885B) is known color: Hippie Green. HEX triplet: 55, 88 and 5B. RGB value is (85,136,91). Sum of RGB (Red+Green+Blue) = 85+136+91=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #55885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55885B is #AA77A4. Grayscale: #737373. Windows color (decimal): -11171749 or 5998677. OLE color: 5998677.

HSL color Cylindrical-coordinate representation of color #55885B: hue angle of 127.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55885B is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 91 -
CMYK 0.38 0 0.33 0.47
HSL 127.06º 0.23% 0.43% -
HSV(B) 127.06º 0.38% 0.53% -
XYZ 14.44 20.29 13.05 -
YUV 115.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 85 136 91 0.38 0 0.33 0.47 127.06 0.23 0.43
Hex 55 88 5B 26 0 21 2F 7F 17 2B
Octal 125 210 133 46 0 41 57 177 27 53
Binary 1010101 10001000 1011011 100110 0 100001 101111 1111111 10111 101011

Color Harmonies of #55885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55885B

Black with #55885B

Text Example


Text Example

White with #55885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55885B; }

 p { color: rgb(85,136,91); }

 H1.HeaderClassName
 {
   color: #55885B;
 }
 .AnyTagClassName
 {
   color: #55885B;
 }
</style>

background-color css

<style>
 a { background-color: #55885B; }

 a { background-color: rgb(85,136,91); }

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

border-color css

<style>
 span { border-color: #55885B; }

 span { border-color: rgb(85,136,91); }

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