Html Css Color HEX #989183 Heathered Grey

📋 copy color: '#989183'

red 152 ◦ green 145 ◦ blue 131

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

Shades of Heathered Grey #989183

Tints of Heathered Grey #989183

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

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

R = 35.51%
G = 33.88%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#989183 (or 0x989183) is known color: Heathered Grey. HEX triplet: 98, 91 and 83. RGB value is (152,145,131). Sum of RGB (Red+Green+Blue) = 152+145+131=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #989183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989183 is #676E7C. Grayscale: #919191. Windows color (decimal): -6778493 or 8622488. OLE color: 8622488.

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

Color convert

RGB 152 145 131 -
CMYK 0 0.05 0.14 0.40
HSL 40º 0.09% 0.55% -
HSV(B) 40º 0.14% 0.6% -
XYZ 27.17 28.56 25.55 -
YUV 145.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 152 145 131 0 0.05 0.14 0.40 40 0.09 0.55
Hex 98 91 83 0 5 E 28 28 9 37
Octal 230 221 203 0 5 16 50 50 11 67
Binary 10011000 10010001 10000011 0 101 1110 101000 101000 1001 110111

Color Harmonies of #989183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989183

Black with #989183

Text Example


Text Example

White with #989183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989183; }

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

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

background-color css

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

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

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

border-color css

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

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

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