#999B90

Color #999B90 Star Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Star Dust #999B90

Tints of Star Dust #999B90

Color information

#999B90 (or 0x999B90) is unknown color: approx Star Dust. HEX triplet: 99, 9B and 90. RGB value is (153,155,144). Sum of RGB (Red+Green+Blue) = 153+155+144=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 155 - color contains mainly: green. Hex color #999B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B90 is #66646F. Grayscale: #999999. Windows color (decimal): -6710384 or 9477017. OLE color: 9477017.

HSL color Cylindrical-coordinate representation of color #999B90: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #999B90 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB153155144-
CMYK0.0100.070.39
HSL70.91º5.21%58.63%-
HSV(B)70.91º7.1%60.78%-
XYZ29.8932.2331.03-
YUV153.15122.84127.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=33.85%
G=34.29%
B=31.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551440.0100.070.3970.915.2158.63
Hex999B90107274753b
Octal23123322010747107573
Binary100110011001101110010000101111001111000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999B90; }

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

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

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

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

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

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

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

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