Html Css Color HEX #999A94 Star Dust

📋 copy color: '#999A94'

red 153 ◦ green 154 ◦ blue 148

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

Shades of Star Dust #999A94

Tints of Star Dust #999A94

RGB

 RED value IS 153 (60.16% from 255) = 33.63%

 GREEN value IS 154 (60.55% from 255) = 33.85%

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 33.63%
G = 33.85%
B = 32.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#999A94 (or 0x999A94) is known color: Star Dust. HEX triplet: 99, 9A and 94. RGB value is (153,154,148). Sum of RGB (Red+Green+Blue) = 153+154+148=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 154 - color contains mainly: green. Hex color #999A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A94 is #66656B. Grayscale: #999999. Windows color (decimal): -6710636 or 9738905. OLE color: 9738905.

HSL color Cylindrical-coordinate representation of color #999A94: hue angle of 70º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999A94 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 154 148 -
CMYK 0.01 0 0.04 0.40
HSL 70º 0.03% 0.59% -
HSV(B) 70º 0.04% 0.6% -
XYZ 30.04 32.02 32.61 -
YUV 153.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 153 154 148 0.01 0 0.04 0.40 70 0.03 0.59
Hex 99 9A 94 1 0 4 28 46 3 3B
Octal 231 232 224 1 0 4 50 106 3 73
Binary 10011001 10011010 10010100 1 0 100 101000 1000110 11 111011

Color Harmonies of #999A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999A94

Black with #999A94

Text Example


Text Example

White with #999A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,154,148); }

 H1.HeaderClassName
 {
   color: #999A94;
 }
 .AnyTagClassName
 {
   color: #999A94;
 }
</style>

background-color css

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

 a { background-color: rgb(153,154,148); }

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

border-color css

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

 span { border-color: rgb(153,154,148); }

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