Html Css Color HEX #989388 Nomad

📋 copy color: '#989388'

red 152 ◦ green 147 ◦ blue 136

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

Shades of Nomad #989388

Tints of Nomad #989388

RGB

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

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

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

R = 34.94%
G = 33.79%
B = 31.26%

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

#989388 (or 0x989388) is known color: Nomad. HEX triplet: 98, 93 and 88. RGB value is (152,147,136). Sum of RGB (Red+Green+Blue) = 152+147+136=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #989388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989388 is #676C77. Grayscale: #939393. Windows color (decimal): -6777976 or 8950680. OLE color: 8950680.

HSL color Cylindrical-coordinate representation of color #989388: hue angle of 41.25º 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 #989388 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 136 -
CMYK 0 0.03 0.11 0.40
HSL 41.25º 0.07% 0.56% -
HSV(B) 41.25º 0.11% 0.6% -
XYZ 27.83 29.32 27.49 -
YUV 147.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 152 147 136 0 0.03 0.11 0.40 41.25 0.07 0.56
Hex 98 93 88 0 3 B 28 29 7 38
Octal 230 223 210 0 3 13 50 51 7 70
Binary 10011000 10010011 10001000 0 11 1011 101000 101001 111 111000

Color Harmonies of #989388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989388

Black with #989388

Text Example


Text Example

White with #989388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989388; }

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

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

background-color css

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

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

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

border-color css

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

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

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