Html Css Color HEX #989488 Nomad

📋 copy color: '#989488'

red 152 ◦ green 148 ◦ blue 136

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

Shades of Nomad #989488

Tints of Nomad #989488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 34.86%
G = 33.94%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#989488 (or 0x989488) is known color: Nomad. HEX triplet: 98, 94 and 88. RGB value is (152,148,136). Sum of RGB (Red+Green+Blue) = 152+148+136=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #989488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989488 is #676B77. Grayscale: #939393. Windows color (decimal): -6777720 or 8950936. OLE color: 8950936.

HSL color Cylindrical-coordinate representation of color #989488: hue angle of 45º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989488 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 136 -
CMYK 0 0.03 0.11 0.40
HSL 45º 0.07% 0.56% -
HSV(B) 45º 0.11% 0.6% -
XYZ 27.98 29.63 27.54 -
YUV 147.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 152 148 136 0 0.03 0.11 0.40 45 0.07 0.56
Hex 98 94 88 0 3 B 28 2D 7 38
Octal 230 224 210 0 3 13 50 55 7 70
Binary 10011000 10010100 10001000 0 11 1011 101000 101101 111 111000

Color Harmonies of #989488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989488

Black with #989488

Text Example


Text Example

White with #989488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989488; }

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

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

background-color css

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

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

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

border-color css

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

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

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