#999290

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

Shades of Suva Grey #999290

Tints of Suva Grey #999290

Color information

#999290 (or 0x999290) is unknown color: approx Suva Grey. HEX triplet: 99, 92 and 90. RGB value is (153,146,144). Sum of RGB (Red+Green+Blue) = 153+146+144=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 153 - color contains mainly: red. Hex color #999290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999290 is #666D6F. Grayscale: #939393. Windows color (decimal): -6712688 or 9474713. OLE color: 9474713.

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

Color convert

RGB153146144-
CMYK00.050.060.4
HSL13.33º4.23%58.24%-
HSV(B)13.33º5.88%60%-
XYZ28.4529.3430.55-
YUV147.86125.82131.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=34.54%
G=32.96%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314614400.050.060.413.334.2358.24
Hex99929005628d43a
Octal2312222200565015472
Binary10011001100100101001000001011101010001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999290; }

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

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

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

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

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

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

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

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