#85B27C

Color #85B27C Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #85B27C

Tints of Amulet #85B27C

Color information

#85B27C (or 0x85B27C) is unknown color: approx Amulet. HEX triplet: 85, B2 and 7C. RGB value is (133,178,124). Sum of RGB (Red+Green+Blue) = 133+178+124=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #85B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B27C is #7A4D83. Grayscale: #9E9E9E. Windows color (decimal): -8015236 or 8172165. OLE color: 8172165.

HSL color Cylindrical-coordinate representation of color #85B27C: hue angle of 110º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B27C is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB133178124-
CMYK0.2500.300.30
HSL110º25.96%59.22%-
HSV(B)110º30.34%69.8%-
XYZ29.2338.2824.92-
YUV158.39108.59109.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 178 (69.92% from 255) = 40.92%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=30.57%
G=40.92%
B=28.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331781240.2500.300.3011025.9659.22
Hex85B27C1901E1E6e1a3b
Octal20526217431036361563273
Binary100001011011001011111001100101111011110110111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B27C; }

 p { color: rgb(133,178,124); }

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

<style>
 a { background-color: #85B27C; }

 a { background-color: rgb(133,178,124); }

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

<style>
 span { border-color: #85B27C; }

 span { border-color: rgb(133,178,124); }

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