Html Css Color HEX #979590 Nomad

📋 copy color: '#979590'

red 151 ◦ green 149 ◦ blue 144

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

Shades of Nomad #979590

Tints of Nomad #979590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 34.01%
G = 33.56%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#979590 (or 0x979590) is known color: Nomad. HEX triplet: 97, 95 and 90. RGB value is (151,149,144). Sum of RGB (Red+Green+Blue) = 151+149+144=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 151 - color contains mainly: red. Hex color #979590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979590 is #686A6F. Grayscale: #959595. Windows color (decimal): -6842992 or 9475479. OLE color: 9475479.

HSL color Cylindrical-coordinate representation of color #979590: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979590 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 149 144 -
CMYK 0 0.01 0.05 0.41
HSL 42.86º 0.03% 0.58% -
HSV(B) 42.86º 0.05% 0.59% -
XYZ 28.54 30.09 30.69 -
YUV 149.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 151 149 144 0 0.01 0.05 0.41 42.86 0.03 0.58
Hex 97 95 90 0 1 5 29 2B 3 3A
Octal 227 225 220 0 1 5 51 53 3 72
Binary 10010111 10010101 10010000 0 1 101 101001 101011 11 111010

Color Harmonies of #979590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979590

Black with #979590

Text Example


Text Example

White with #979590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979590; }

 p { color: rgb(151,149,144); }

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

background-color css

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

 a { background-color: rgb(151,149,144); }

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

border-color css

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

 span { border-color: rgb(151,149,144); }

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