Html Css Color HEX #979488 Nomad

📋 copy color: '#979488'

red 151 ◦ green 148 ◦ blue 136

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

Shades of Nomad #979488

Tints of Nomad #979488

RGB

 RED value IS 151 (59.38% from 255) = 34.71%

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

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

R = 34.71%
G = 34.02%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#979488 (or 0x979488) is known color: Nomad. HEX triplet: 97, 94 and 88. RGB value is (151,148,136). Sum of RGB (Red+Green+Blue) = 151+148+136=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 151 - color contains mainly: red. Hex color #979488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979488 is #686B77. Grayscale: #939393. Windows color (decimal): -6843256 or 8950935. OLE color: 8950935.

HSL color Cylindrical-coordinate representation of color #979488: hue angle of 48º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #979488 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 148 136 -
CMYK 0 0.02 0.10 0.41
HSL 48º 0.07% 0.56% -
HSV(B) 48º 0.1% 0.59% -
XYZ 27.8 29.54 27.53 -
YUV 147.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 151 148 136 0 0.02 0.10 0.41 48 0.07 0.56
Hex 97 94 88 0 2 A 29 30 7 38
Octal 227 224 210 0 2 12 51 60 7 70
Binary 10010111 10010100 10001000 0 10 1010 101001 110000 111 111000

Color Harmonies of #979488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979488

Black with #979488

Text Example


Text Example

White with #979488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979488; }

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

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

background-color css

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

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

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

border-color css

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

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

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