#99A294

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

Shades of Mantle #99A294

Tints of Mantle #99A294

Color information

#99A294 (or 0x99A294) is unknown color: approx Mantle. HEX triplet: 99, A2 and 94. RGB value is (153,162,148). Sum of RGB (Red+Green+Blue) = 153+162+148=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 162 - color contains mainly: green. Hex color #99A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A294 is #665D6B. Grayscale: #9D9D9D. Windows color (decimal): -6708588 or 9740953. OLE color: 9740953.

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

Color convert

RGB153162148-
CMYK0.0600.090.36
HSL98.57º7%60.78%-
HSV(B)98.57º8.64%63.53%-
XYZ31.434.7533.07-
YUV157.71122.52124.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=33.05%
G=34.99%
B=31.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621480.0600.090.3698.57760.78
Hex99A294609246373d
Octal231242224601144143775
Binary100110011010001010010100110010011001001100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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