Html Css Color HEX #999B90 Star Dust

📋 copy color: '#999B90'

red 153 ◦ green 155 ◦ blue 144

#999B90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #999B90

Tints of Star Dust #999B90

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 value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#999B90 (or 0x999B90) is known color: 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

RGB 153 155 144 -
CMYK 0.01 0 0.07 0.39
HSL 70.91º 0.05% 0.59% -
HSV(B) 70.91º 0.07% 0.61% -
XYZ 29.89 32.23 31.03 -
YUV 153.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 153 155 144 0.01 0 0.07 0.39 70.91 0.05 0.59
Hex 99 9B 90 1 0 7 27 47 5 3B
Octal 231 233 220 1 0 7 47 107 5 73
Binary 10011001 10011011 10010000 1 0 111 100111 1000111 101 111011

Color Harmonies of #999B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B90

Black with #999B90

Text Example


Text Example

White with #999B90

Text Example


Text Example

HTML Codes & Css Web 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>