Html Css Color HEX #99A272 Sage

📋 copy color: '#99A272'

red 153 ◦ green 162 ◦ blue 114

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

Shades of Sage #99A272

Tints of Sage #99A272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 35.66%
G = 37.76%
B = 26.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#99A272 (or 0x99A272) is known color: Sage. HEX triplet: 99, A2 and 72. RGB value is (153,162,114). Sum of RGB (Red+Green+Blue) = 153+162+114=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #99A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A272 is #665D8D. Grayscale: #9A9A9A. Windows color (decimal): -6708622 or 7512729. OLE color: 7512729.

HSL color Cylindrical-coordinate representation of color #99A272: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A272 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 114 -
CMYK 0.06 0 0.30 0.36
HSL 71.25º 0.21% 0.54% -
HSV(B) 71.25º 0.3% 0.64% -
XYZ 29.09 33.83 20.92 -
YUV 153.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 153 162 114 0.06 0 0.30 0.36 71.25 0.21 0.54
Hex 99 A2 72 6 0 1E 24 47 15 36
Octal 231 242 162 6 0 36 44 107 25 66
Binary 10011001 10100010 1110010 110 0 11110 100100 1000111 10101 110110

Color Harmonies of #99A272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A272

Black with #99A272

Text Example


Text Example

White with #99A272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A272; }

 p { color: rgb(153,162,114); }

 H1.HeaderClassName
 {
   color: #99A272;
 }
 .AnyTagClassName
 {
   color: #99A272;
 }
</style>

background-color css

<style>
 a { background-color: #99A272; }

 a { background-color: rgb(153,162,114); }

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

border-color css

<style>
 span { border-color: #99A272; }

 span { border-color: rgb(153,162,114); }

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