Html Css Color HEX #949B93 Mantle

📋 copy color: '#949B93'

red 148 ◦ green 155 ◦ blue 147

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

Shades of Mantle #949B93

Tints of Mantle #949B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.44%

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

R = 32.89%
G = 34.44%
B = 32.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#949B93 (or 0x949B93) is known color: Mantle. HEX triplet: 94, 9B and 93. RGB value is (148,155,147). Sum of RGB (Red+Green+Blue) = 148+155+147=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 155 - color contains mainly: green. Hex color #949B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B93 is #6B646C. Grayscale: #989898. Windows color (decimal): -7038061 or 9673620. OLE color: 9673620.

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

Color convert

RGB 148 155 147 -
CMYK 0.05 0 0.05 0.39
HSL 112.5º 0.04% 0.59% -
HSV(B) 112.5º 0.05% 0.61% -
XYZ 29.2 31.85 32.21 -
YUV 152 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 148 155 147 0.05 0 0.05 0.39 112.5 0.04 0.59
Hex 94 9B 93 5 0 5 27 70 4 3B
Octal 224 233 223 5 0 5 47 160 4 73
Binary 10010100 10011011 10010011 101 0 101 100111 1110000 100 111011

Color Harmonies of #949B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B93

Black with #949B93

Text Example


Text Example

White with #949B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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