Html Css Color HEX #949C93 Mantle

📋 copy color: '#949C93'

red 148 ◦ green 156 ◦ blue 147

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

Shades of Mantle #949C93

Tints of Mantle #949C93

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.59%

 BLUE value IS 147 (57.81% from 255) = 32.59%

R = 32.82%
G = 34.59%
B = 32.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#949C93 (or 0x949C93) is known color: Mantle. HEX triplet: 94, 9C and 93. RGB value is (148,156,147). Sum of RGB (Red+Green+Blue) = 148+156+147=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 156 - color contains mainly: green. Hex color #949C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C93 is #6B636C. Grayscale: #989898. Windows color (decimal): -7037805 or 9673876. OLE color: 9673876.

HSL color Cylindrical-coordinate representation of color #949C93: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #949C93 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 147 -
CMYK 0.05 0 0.06 0.39
HSL 113.33º 0.04% 0.59% -
HSV(B) 113.33º 0.06% 0.61% -
XYZ 29.37 32.18 32.27 -
YUV 152.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 148 156 147 0.05 0 0.06 0.39 113.33 0.04 0.59
Hex 94 9C 93 5 0 6 27 71 4 3B
Octal 224 234 223 5 0 6 47 161 4 73
Binary 10010100 10011100 10010011 101 0 110 100111 1110001 100 111011

Color Harmonies of #949C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C93

Black with #949C93

Text Example


Text Example

White with #949C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949C93; }

 p { color: rgb(148,156,147); }

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

background-color css

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

 a { background-color: rgb(148,156,147); }

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

border-color css

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

 span { border-color: rgb(148,156,147); }

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