Html Css Color HEX #989383 Nomad

📋 copy color: '#989383'

red 152 ◦ green 147 ◦ blue 131

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

Shades of Nomad #989383

Tints of Nomad #989383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 35.35%
G = 34.19%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#989383 (or 0x989383) is known color: Nomad. HEX triplet: 98, 93 and 83. RGB value is (152,147,131). Sum of RGB (Red+Green+Blue) = 152+147+131=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #989383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989383 is #676C7C. Grayscale: #929292. Windows color (decimal): -6777981 or 8623000. OLE color: 8623000.

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

Color convert

RGB 152 147 131 -
CMYK 0 0.03 0.14 0.40
HSL 45.71º 0.09% 0.55% -
HSV(B) 45.71º 0.14% 0.6% -
XYZ 27.48 29.18 25.66 -
YUV 146.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 152 147 131 0 0.03 0.14 0.40 45.71 0.09 0.55
Hex 98 93 83 0 3 E 28 2E 9 37
Octal 230 223 203 0 3 16 50 56 11 67
Binary 10011000 10010011 10000011 0 11 1110 101000 101110 1001 110111

Color Harmonies of #989383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989383

Black with #989383

Text Example


Text Example

White with #989383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989383; }

 p { color: rgb(152,147,131); }

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

background-color css

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

 a { background-color: rgb(152,147,131); }

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

border-color css

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

 span { border-color: rgb(152,147,131); }

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