Html Css Color HEX #999489 Nomad

📋 copy color: '#999489'

red 153 ◦ green 148 ◦ blue 137

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

Shades of Nomad #999489

Tints of Nomad #999489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 137 (53.91% from 255) = 31.28%

R = 34.93%
G = 33.79%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#999489 (or 0x999489) is known color: Nomad. HEX triplet: 99, 94 and 89. RGB value is (153,148,137). Sum of RGB (Red+Green+Blue) = 153+148+137=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 153 - color contains mainly: red. Hex color #999489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999489 is #666B76. Grayscale: #949494. Windows color (decimal): -6712183 or 9016473. OLE color: 9016473.

HSL color Cylindrical-coordinate representation of color #999489: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #999489 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 137 -
CMYK 0 0.03 0.10 0.4
HSL 41.25º 0.07% 0.57% -
HSV(B) 41.25º 0.1% 0.6% -
XYZ 28.24 29.76 27.92 -
YUV 148.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 153 148 137 0 0.03 0.10 0.4 41.25 0.07 0.57
Hex 99 94 89 0 3 A 28 29 7 39
Octal 231 224 211 0 3 12 50 51 7 71
Binary 10011001 10010100 10001001 0 11 1010 101000 101001 111 111001

Color Harmonies of #999489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999489

Black with #999489

Text Example


Text Example

White with #999489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999489; }

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

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

background-color css

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

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

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

border-color css

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

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

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