Html Css Color HEX #989590 Nomad

📋 copy color: '#989590'

red 152 ◦ green 149 ◦ blue 144

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

Shades of Nomad #989590

Tints of Nomad #989590

RGB

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

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

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

R = 34.16%
G = 33.48%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#989590 (or 0x989590) is known color: Nomad. HEX triplet: 98, 95 and 90. RGB value is (152,149,144). Sum of RGB (Red+Green+Blue) = 152+149+144=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 152 - color contains mainly: red. Hex color #989590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989590 is #676A6F. Grayscale: #959595. Windows color (decimal): -6777456 or 9475480. OLE color: 9475480.

HSL color Cylindrical-coordinate representation of color #989590: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989590 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 144 -
CMYK 0 0.02 0.05 0.40
HSL 37.5º 0.04% 0.58% -
HSV(B) 37.5º 0.05% 0.6% -
XYZ 28.73 30.18 30.7 -
YUV 149.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 152 149 144 0 0.02 0.05 0.40 37.5 0.04 0.58
Hex 98 95 90 0 2 5 28 26 4 3A
Octal 230 225 220 0 2 5 50 46 4 72
Binary 10011000 10010101 10010000 0 10 101 101000 100110 100 111010

Color Harmonies of #989590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989590

Black with #989590

Text Example


Text Example

White with #989590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989590; }

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

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

background-color css

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

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

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

border-color css

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

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

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