Html Css Color HEX #85B573 Amulet

📋 copy color: '#85B573'

red 133 ◦ green 181 ◦ blue 115

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

Shades of Amulet #85B573

Tints of Amulet #85B573

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.19%

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

R = 31%
G = 42.19%
B = 26.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#85B573 (or 0x85B573) is known color: Amulet. HEX triplet: 85, B5 and 73. RGB value is (133,181,115). Sum of RGB (Red+Green+Blue) = 133+181+115=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #85B573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B573 is #7A4A8C. Grayscale: #9F9F9F. Windows color (decimal): -8014477 or 7583109. OLE color: 7583109.

HSL color Cylindrical-coordinate representation of color #85B573: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B573 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 115 -
CMYK 0.27 0 0.36 0.29
HSL 103.64º 0.31% 0.58% -
HSV(B) 103.64º 0.36% 0.71% -
XYZ 29.29 39.27 22.26 -
YUV 159.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 133 181 115 0.27 0 0.36 0.29 103.64 0.31 0.58
Hex 85 B5 73 1B 0 24 1D 68 1F 3A
Octal 205 265 163 33 0 44 35 150 37 72
Binary 10000101 10110101 1110011 11011 0 100100 11101 1101000 11111 111010

Color Harmonies of #85B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B573

Black with #85B573

Text Example


Text Example

White with #85B573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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