Html Css Color HEX #85A273 Amulet

📋 copy color: '#85A273'

red 133 ◦ green 162 ◦ blue 115

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

Shades of Amulet #85A273

Tints of Amulet #85A273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.05%

R = 32.44%
G = 39.51%
B = 28.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#85A273 (or 0x85A273) is known color: Amulet. HEX triplet: 85, A2 and 73. RGB value is (133,162,115). Sum of RGB (Red+Green+Blue) = 133+162+115=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #85A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A273 is #7A5D8C. Grayscale: #949494. Windows color (decimal): -8019341 or 7578245. OLE color: 7578245.

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

Color convert

RGB 133 162 115 -
CMYK 0.18 0 0.29 0.36
HSL 97.02º 0.2% 0.54% -
HSV(B) 97.02º 0.29% 0.64% -
XYZ 25.69 32.07 21.05 -
YUV 147.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 133 162 115 0.18 0 0.29 0.36 97.02 0.2 0.54
Hex 85 A2 73 12 0 1D 24 61 14 36
Octal 205 242 163 22 0 35 44 141 24 66
Binary 10000101 10100010 1110011 10010 0 11101 100100 1100001 10100 110110

Color Harmonies of #85A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A273

Black with #85A273

Text Example


Text Example

White with #85A273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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