Html Css Color HEX #85A280 Amulet

📋 copy color: '#85A280'

red 133 ◦ green 162 ◦ blue 128

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

Shades of Amulet #85A280

Tints of Amulet #85A280

RGB

 RED value IS 133 (52.34% from 255) = 31.44%

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 31.44%
G = 38.3%
B = 30.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#85A280 (or 0x85A280) is known color: Amulet. HEX triplet: 85, A2 and 80. RGB value is (133,162,128). Sum of RGB (Red+Green+Blue) = 133+162+128=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #85A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A280 is #7A5D7F. Grayscale: #959595. Windows color (decimal): -8019328 or 8430213. OLE color: 8430213.

HSL color Cylindrical-coordinate representation of color #85A280: hue angle of 111.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A280 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 128 -
CMYK 0.18 0 0.21 0.36
HSL 111.18º 0.15% 0.57% -
HSV(B) 111.18º 0.21% 0.64% -
XYZ 26.49 32.39 25.28 -
YUV 149.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 133 162 128 0.18 0 0.21 0.36 111.18 0.15 0.57
Hex 85 A2 80 12 0 15 24 6F F 39
Octal 205 242 200 22 0 25 44 157 17 71
Binary 10000101 10100010 10000000 10010 0 10101 100100 1101111 1111 111001

Color Harmonies of #85A280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A280

Black with #85A280

Text Example


Text Example

White with #85A280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,128); }

 H1.HeaderClassName
 {
   color: #85A280;
 }
 .AnyTagClassName
 {
   color: #85A280;
 }
</style>

background-color css

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

 a { background-color: rgb(133,162,128); }

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

border-color css

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

 span { border-color: rgb(133,162,128); }

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