#999190

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

Shades of Suva Grey #999190

Tints of Suva Grey #999190

Color information

#999190 (or 0x999190) is unknown color: approx Suva Grey. HEX triplet: 99, 91 and 90. RGB value is (153,145,144). Sum of RGB (Red+Green+Blue) = 153+145+144=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #999190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999190 is #666E6F. Grayscale: #939393. Windows color (decimal): -6712944 or 9474457. OLE color: 9474457.

HSL color Cylindrical-coordinate representation of color #999190: hue angle of 6.67º 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 #999190 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB153145144-
CMYK00.050.060.4
HSL6.67º4.23%58.24%-
HSV(B)6.67º5.88%60%-
XYZ28.329.0430.5-
YUV147.28126.15132.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=34.62%
G=32.81%
B=32.58%

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
Decimal15314514400.050.060.46.674.2358.24
Hex99919005628743a
Octal231221220056507472
Binary1001100110010001100100000101110101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999190; }

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

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

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

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

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

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

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

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