#99A283

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

Shades of Sage #99A283

Tints of Sage #99A283

Color information

#99A283 (or 0x99A283) is unknown color: approx Sage. HEX triplet: 99, A2 and 83. RGB value is (153,162,131). Sum of RGB (Red+Green+Blue) = 153+162+131=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #99A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A283 is #665D7C. Grayscale: #9B9B9B. Windows color (decimal): -6708605 or 8626841. OLE color: 8626841.

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

Color convert

RGB153162131-
CMYK0.0600.190.36
HSL77.42º14.29%57.45%-
HSV(B)77.42º19.14%63.53%-
XYZ30.1534.2526.49-
YUV155.78114.02126.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 131 (51.56% from 255) = 29.37%
R=34.30%
G=36.32%
B=29.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621310.0600.190.3677.4214.2957.45
Hex99A2836013244de39
Octal2312422036023441151671
Binary10011001101000101000001111001001110010010011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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