Html Css Color HEX #999E88 Sage

📋 copy color: '#999E88'

red 153 ◦ green 158 ◦ blue 136

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

Shades of Sage #999E88

Tints of Sage #999E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.43%

R = 34.23%
G = 35.35%
B = 30.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#999E88 (or 0x999E88) is known color: Sage. HEX triplet: 99, 9E and 88. RGB value is (153,158,136). Sum of RGB (Red+Green+Blue) = 153+158+136=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 158 - color contains mainly: green. Hex color #999E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E88 is #666177. Grayscale: #9A9A9A. Windows color (decimal): -6709624 or 8953497. OLE color: 8953497.

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

Color convert

RGB 153 158 136 -
CMYK 0.03 0 0.14 0.38
HSL 73.64º 0.1% 0.58% -
HSV(B) 73.64º 0.14% 0.62% -
XYZ 29.81 33 28.09 -
YUV 154 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 153 158 136 0.03 0 0.14 0.38 73.64 0.1 0.58
Hex 99 9E 88 3 0 E 26 4A A 3A
Octal 231 236 210 3 0 16 46 112 12 72
Binary 10011001 10011110 10001000 11 0 1110 100110 1001010 1010 111010

Color Harmonies of #999E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E88

Black with #999E88

Text Example


Text Example

White with #999E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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