Html Css Color HEX #989489 Nomad

📋 copy color: '#989489'

red 152 ◦ green 148 ◦ blue 137

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

Shades of Nomad #989489

Tints of Nomad #989489

RGB

 RED value IS 152 (59.77% from 255) = 34.78%

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

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

R = 34.78%
G = 33.87%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#989489 (or 0x989489) is known color: Nomad. HEX triplet: 98, 94 and 89. RGB value is (152,148,137). Sum of RGB (Red+Green+Blue) = 152+148+137=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #989489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989489 is #676B76. Grayscale: #939393. Windows color (decimal): -6777719 or 9016472. OLE color: 9016472.

HSL color Cylindrical-coordinate representation of color #989489: hue angle of 44º 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 #989489 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 137 -
CMYK 0 0.03 0.10 0.40
HSL 44º 0.07% 0.57% -
HSV(B) 44º 0.1% 0.6% -
XYZ 28.05 29.66 27.91 -
YUV 147.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 152 148 137 0 0.03 0.10 0.40 44 0.07 0.57
Hex 98 94 89 0 3 A 28 2C 7 39
Octal 230 224 211 0 3 12 50 54 7 71
Binary 10011000 10010100 10001001 0 11 1010 101000 101100 111 111001

Color Harmonies of #989489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989489

Black with #989489

Text Example


Text Example

White with #989489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989489; }

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

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

background-color css

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

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

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

border-color css

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

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

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