Html Css Color HEX #85998C Envy

📋 copy color: '#85998C'

red 133 ◦ green 153 ◦ blue 140

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

Shades of Envy #85998C

Tints of Envy #85998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 31.22%
G = 35.92%
B = 32.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#85998C (or 0x85998C) is known color: Envy. HEX triplet: 85, 99 and 8C. RGB value is (133,153,140). Sum of RGB (Red+Green+Blue) = 133+153+140=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #85998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85998C is #7A6673. Grayscale: #919191. Windows color (decimal): -8021620 or 9214341. OLE color: 9214341.

HSL color Cylindrical-coordinate representation of color #85998C: hue angle of 141º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85998C is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 140 -
CMYK 0.13 0 0.08 0.4
HSL 141º 0.09% 0.56% -
HSV(B) 141º 0.13% 0.6% -
XYZ 25.8 29.66 29.18 -
YUV 145.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 133 153 140 0.13 0 0.08 0.4 141 0.09 0.56
Hex 85 99 8C D 0 8 28 8D 9 38
Octal 205 231 214 15 0 10 50 215 11 70
Binary 10000101 10011001 10001100 1101 0 1000 101000 10001101 1001 111000

Color Harmonies of #85998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85998C

Black with #85998C

Text Example


Text Example

White with #85998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85998C; }

 p { color: rgb(133,153,140); }

 H1.HeaderClassName
 {
   color: #85998C;
 }
 .AnyTagClassName
 {
   color: #85998C;
 }
</style>

background-color css

<style>
 a { background-color: #85998C; }

 a { background-color: rgb(133,153,140); }

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

border-color css

<style>
 span { border-color: #85998C; }

 span { border-color: rgb(133,153,140); }

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