Html Css Color HEX #949992 Mantle

📋 copy color: '#949992'

red 148 ◦ green 153 ◦ blue 146

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

Shades of Mantle #949992

Tints of Mantle #949992

RGB

 RED value IS 148 (58.2% from 255) = 33.11%

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

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 33.11%
G = 34.23%
B = 32.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#949992 (or 0x949992) is known color: Mantle. HEX triplet: 94, 99 and 92. RGB value is (148,153,146). Sum of RGB (Red+Green+Blue) = 148+153+146=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #949992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949992 is #6B666D. Grayscale: #969696. Windows color (decimal): -7038574 or 9607572. OLE color: 9607572.

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

Color convert

RGB 148 153 146 -
CMYK 0.03 0 0.05 0.4
HSL 102.86º 0.03% 0.59% -
HSV(B) 102.86º 0.05% 0.6% -
XYZ 28.79 31.15 31.69 -
YUV 150.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 148 153 146 0.03 0 0.05 0.4 102.86 0.03 0.59
Hex 94 99 92 3 0 5 28 67 3 3B
Octal 224 231 222 3 0 5 50 147 3 73
Binary 10010100 10011001 10010010 11 0 101 101000 1100111 11 111011

Color Harmonies of #949992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949992

Black with #949992

Text Example


Text Example

White with #949992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949992; }

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

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

background-color css

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

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

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

border-color css

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

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

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