Html Css Color HEX #85B17C Amulet

📋 copy color: '#85B17C'

red 133 ◦ green 177 ◦ blue 124

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

Shades of Amulet #85B17C

Tints of Amulet #85B17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 30.65%
G = 40.78%
B = 28.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#85B17C (or 0x85B17C) is known color: Amulet. HEX triplet: 85, B1 and 7C. RGB value is (133,177,124). Sum of RGB (Red+Green+Blue) = 133+177+124=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #85B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B17C is #7A4E83. Grayscale: #9D9D9D. Windows color (decimal): -8015492 or 8171909. OLE color: 8171909.

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

Color convert

RGB 133 177 124 -
CMYK 0.25 0 0.30 0.31
HSL 109.81º 0.25% 0.59% -
HSV(B) 109.81º 0.3% 0.69% -
XYZ 29.03 37.89 24.85 -
YUV 157.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 133 177 124 0.25 0 0.30 0.31 109.81 0.25 0.59
Hex 85 B1 7C 19 0 1E 1F 6E 19 3B
Octal 205 261 174 31 0 36 37 156 31 73
Binary 10000101 10110001 1111100 11001 0 11110 11111 1101110 11001 111011

Color Harmonies of #85B17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B17C

Black with #85B17C

Text Example


Text Example

White with #85B17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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