#99A380

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

Shades of Sage #99A380

Tints of Sage #99A380

Color information

#99A380 (or 0x99A380) is unknown color: approx Sage. HEX triplet: 99, A3 and 80. RGB value is (153,163,128). Sum of RGB (Red+Green+Blue) = 153+163+128=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #99A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A380 is #665C7F. Grayscale: #9C9C9C. Windows color (decimal): -6708352 or 8430489. OLE color: 8430489.

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

Color convert

RGB153163128-
CMYK0.0600.210.36
HSL77.14º15.98%57.06%-
HSV(B)77.14º21.47%63.92%-
XYZ30.1334.5325.5-
YUV156.02112.19125.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=34.46%
G=36.71%
B=28.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531631280.0600.210.3677.1415.9857.06
Hex99A3806015244d1039
Octal2312432006025441152071
Binary100110011010001110000000110010101100100100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,163,128); }

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

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

 a { background-color: rgb(153,163,128); }

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

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

 span { border-color: rgb(153,163,128); }

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