Html Css Color HEX #999E84 Sage

📋 copy color: '#999E84'

red 153 ◦ green 158 ◦ blue 132

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

Shades of Sage #999E84

Tints of Sage #999E84

RGB

 RED value IS 153 (60.16% from 255) = 34.54%

 GREEN value IS 158 (62.11% from 255) = 35.67%

 BLUE value IS 132 (51.95% from 255) = 29.8%

R = 34.54%
G = 35.67%
B = 29.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#999E84 (or 0x999E84) is known color: Sage. HEX triplet: 99, 9E and 84. RGB value is (153,158,132). Sum of RGB (Red+Green+Blue) = 153+158+132=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 158 - color contains mainly: green. Hex color #999E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E84 is #66617B. Grayscale: #999999. Windows color (decimal): -6709628 or 8691353. OLE color: 8691353.

HSL color Cylindrical-coordinate representation of color #999E84: hue angle of 71.54º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999E84 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 158 132 -
CMYK 0.03 0 0.16 0.38
HSL 71.54º 0.12% 0.57% -
HSV(B) 71.54º 0.16% 0.62% -
XYZ 29.53 32.89 26.62 -
YUV 153.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 153 158 132 0.03 0 0.16 0.38 71.54 0.12 0.57
Hex 99 9E 84 3 0 10 26 48 C 39
Octal 231 236 204 3 0 20 46 110 14 71
Binary 10011001 10011110 10000100 11 0 10000 100110 1001000 1100 111001

Color Harmonies of #999E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E84

Black with #999E84

Text Example


Text Example

White with #999E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999E84; }

 p { color: rgb(153,158,132); }

 H1.HeaderClassName
 {
   color: #999E84;
 }
 .AnyTagClassName
 {
   color: #999E84;
 }
</style>

background-color css

<style>
 a { background-color: #999E84; }

 a { background-color: rgb(153,158,132); }

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

border-color css

<style>
 span { border-color: #999E84; }

 span { border-color: rgb(153,158,132); }

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