Html Css Color HEX #85B16D Amulet

📋 copy color: '#85B16D'

red 133 ◦ green 177 ◦ blue 109

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

Shades of Amulet #85B16D

Tints of Amulet #85B16D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 31.74%
G = 42.24%
B = 26.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#85B16D (or 0x85B16D) is known color: Amulet. HEX triplet: 85, B1 and 6D. RGB value is (133,177,109). Sum of RGB (Red+Green+Blue) = 133+177+109=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #85B16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B16D is #7A4E92. Grayscale: #9C9C9C. Windows color (decimal): -8015507 or 7188869. OLE color: 7188869.

HSL color Cylindrical-coordinate representation of color #85B16D: hue angle of 98.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85B16D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 177 109 -
CMYK 0.25 0 0.38 0.31
HSL 98.82º 0.3% 0.56% -
HSV(B) 98.82º 0.38% 0.69% -
XYZ 28.16 37.53 20.23 -
YUV 156.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 133 177 109 0.25 0 0.38 0.31 98.82 0.3 0.56
Hex 85 B1 6D 19 0 26 1F 63 1E 38
Octal 205 261 155 31 0 46 37 143 36 70
Binary 10000101 10110001 1101101 11001 0 100110 11111 1100011 11110 111000

Color Harmonies of #85B16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B16D

Black with #85B16D

Text Example


Text Example

White with #85B16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,177,109); }

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

background-color css

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

 a { background-color: rgb(133,177,109); }

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

border-color css

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

 span { border-color: rgb(133,177,109); }

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