#99A571

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

Shades of Sage #99A571

Tints of Sage #99A571

Color information

#99A571 (or 0x99A571) is unknown color: approx Sage. HEX triplet: 99, A5 and 71. RGB value is (153,165,113). Sum of RGB (Red+Green+Blue) = 153+165+113=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #99A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A571 is #665A8E. Grayscale: #9B9B9B. Windows color (decimal): -6707855 or 7447961. OLE color: 7447961.

HSL color Cylindrical-coordinate representation of color #99A571: hue angle of 73.85º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99A571 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB153165113-
CMYK0.0700.320.35
HSL73.85º22.41%54.51%-
HSV(B)73.85º31.52%64.71%-
XYZ29.5734.8720.8-
YUV155.48104.02126.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=35.50%
G=38.28%
B=26.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531651130.0700.320.3573.8522.4154.51
Hex99A5717020234a1637
Octal2312451617040431122667
Binary100110011010010111100011110100000100011100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,165,113); }

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

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

 a { background-color: rgb(153,165,113); }

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

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

 span { border-color: rgb(153,165,113); }

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