Html Css Color HEX #929990 Mantle

📋 copy color: '#929990'

red 146 ◦ green 153 ◦ blue 144

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

Shades of Mantle #929990

Tints of Mantle #929990

RGB

 RED value IS 146 (57.42% from 255) = 32.96%

 GREEN value IS 153 (60.16% from 255) = 34.54%

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

R = 32.96%
G = 34.54%
B = 32.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#929990 (or 0x929990) is known color: Mantle. HEX triplet: 92, 99 and 90. RGB value is (146,153,144). Sum of RGB (Red+Green+Blue) = 146+153+144=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 153 - color contains mainly: green. Hex color #929990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929990 is #6D666F. Grayscale: #959595. Windows color (decimal): -7169648 or 9476498. OLE color: 9476498.

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

Color convert

RGB 146 153 144 -
CMYK 0.05 0 0.06 0.4
HSL 106.67º 0.04% 0.58% -
HSV(B) 106.67º 0.06% 0.6% -
XYZ 28.28 30.91 30.86 -
YUV 149.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 146 153 144 0.05 0 0.06 0.4 106.67 0.04 0.58
Hex 92 99 90 5 0 6 28 6B 4 3A
Octal 222 231 220 5 0 6 50 153 4 72
Binary 10010010 10011001 10010000 101 0 110 101000 1101011 100 111010

Color Harmonies of #929990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929990

Black with #929990

Text Example


Text Example

White with #929990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929990; }

 p { color: rgb(146,153,144); }

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

background-color css

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

 a { background-color: rgb(146,153,144); }

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

border-color css

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

 span { border-color: rgb(146,153,144); }

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