Html Css Color HEX #85A481 Amulet

📋 copy color: '#85A481'

red 133 ◦ green 164 ◦ blue 129

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

Shades of Amulet #85A481

Tints of Amulet #85A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.5%

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 31.22%
G = 38.5%
B = 30.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#85A481 (or 0x85A481) is known color: Amulet. HEX triplet: 85, A4 and 81. RGB value is (133,164,129). Sum of RGB (Red+Green+Blue) = 133+164+129=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #85A481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A481 is #7A5B7E. Grayscale: #969696. Windows color (decimal): -8018815 or 8496261. OLE color: 8496261.

HSL color Cylindrical-coordinate representation of color #85A481: hue angle of 113.14º degrees, saturation: 0.16, 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 #85A481 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 164 129 -
CMYK 0.19 0 0.21 0.36
HSL 113.14º 0.16% 0.57% -
HSV(B) 113.14º 0.21% 0.64% -
XYZ 26.91 33.12 25.74 -
YUV 150.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 133 164 129 0.19 0 0.21 0.36 113.14 0.16 0.57
Hex 85 A4 81 13 0 15 24 71 10 39
Octal 205 244 201 23 0 25 44 161 20 71
Binary 10000101 10100100 10000001 10011 0 10101 100100 1110001 10000 111001

Color Harmonies of #85A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A481

Black with #85A481

Text Example


Text Example

White with #85A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,164,129); }

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

background-color css

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

 a { background-color: rgb(133,164,129); }

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

border-color css

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

 span { border-color: rgb(133,164,129); }

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