#99A273

Color #99A273 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #99A273

Tints of Sage #99A273

Color information

#99A273 (or 0x99A273) is unknown color: approx Sage. HEX triplet: 99, A2 and 73. RGB value is (153,162,115). Sum of RGB (Red+Green+Blue) = 153+162+115=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #99A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A273 is #665D8C. Grayscale: #9A9A9A. Windows color (decimal): -6708621 or 7578265. OLE color: 7578265.

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

Color convert

RGB153162115-
CMYK0.0600.290.36
HSL71.49º20.17%54.31%-
HSV(B)71.49º29.01%63.53%-
XYZ29.1533.8521.22-
YUV153.95106.02127.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=35.58%
G=37.67%
B=26.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621150.0600.290.3671.4920.1754.31
Hex99A273601D24471436
Octal2312421636035441072466
Binary10011001101000101110011110011101100100100011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99A273;
 }
 .AnyTagClassName
 {
   color: #99A273;
 }
</style>
background-color css

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

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

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

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

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

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