#55895B

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

Shades of Hippie Green #55895B

Tints of Hippie Green #55895B

Color information

#55895B (or 0x55895B) is unknown color: approx Hippie Green. HEX triplet: 55, 89 and 5B. RGB value is (85,137,91). Sum of RGB (Red+Green+Blue) = 85+137+91=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #55895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55895B is #AA76A4. Grayscale: #747474. Windows color (decimal): -11171493 or 5998933. OLE color: 5998933.

HSL color Cylindrical-coordinate representation of color #55895B: hue angle of 126.92º 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 #55895B is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8513791-
CMYK0.3800.340.46
HSL126.92º23.42%43.53%-
HSV(B)126.92º37.96%53.73%-
XYZ14.5820.5813.1-
YUV116.21113.77105.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=27.16%
G=43.77%
B=29.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137910.3800.340.46126.9223.4243.53
Hex55895B260222E7f172c
Octal12521113346042561772754
Binary10101011000100110110111001100100010101110111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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