#99A683

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

Shades of Sage #99A683

Tints of Sage #99A683

Color information

#99A683 (or 0x99A683) is unknown color: approx Sage. HEX triplet: 99, A6 and 83. RGB value is (153,166,131). Sum of RGB (Red+Green+Blue) = 153+166+131=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #99A683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A683 is #66597C. Grayscale: #9E9E9E. Windows color (decimal): -6707581 or 8627865. OLE color: 8627865.

HSL color Cylindrical-coordinate representation of color #99A683: hue angle of 82.29º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A683 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB153166131-
CMYK0.0800.210.35
HSL82.29º16.43%58.24%-
HSV(B)82.29º21.08%65.1%-
XYZ30.8735.6826.73-
YUV158.12112.69124.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=34%
G=36.89%
B=29.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661310.0800.210.3582.2916.4358.24
Hex99A68380152352103a
Octal23124620310025431222072
Binary1001100110100110100000111000010101100011101001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,131); }

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

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

 a { background-color: rgb(153,166,131); }

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

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

 span { border-color: rgb(153,166,131); }

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