#999282

Color #999282 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #999282

Tints of Heathered Grey #999282

Color information

#999282 (or 0x999282) is unknown color: approx Heathered Grey. HEX triplet: 99, 92 and 82. RGB value is (153,146,130). Sum of RGB (Red+Green+Blue) = 153+146+130=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #999282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999282 is #666D7D. Grayscale: #929292. Windows color (decimal): -6712702 or 8557209. OLE color: 8557209.

HSL color Cylindrical-coordinate representation of color #999282: hue angle of 41.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999282 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153146130-
CMYK00.050.150.4
HSL41.74º10.13%55.49%-
HSV(B)41.74º15.03%60%-
XYZ27.4528.9425.26-
YUV146.27118.82132.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=35.66%
G=34.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314613000.050.150.441.7410.1355.49
Hex99928205F282aa37
Octal231222202051750521267
Binary100110011001001010000010010111111010001010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999282; }

 p { color: rgb(153,146,130); }

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

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

 a { background-color: rgb(153,146,130); }

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

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

 span { border-color: rgb(153,146,130); }

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