Html Css Color HEX #959A92 Mantle

📋 copy color: '#959A92'

red 149 ◦ green 154 ◦ blue 146

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

Shades of Mantle #959A92

Tints of Mantle #959A92

RGB

 RED value IS 149 (58.59% from 255) = 33.18%

 GREEN value IS 154 (60.55% from 255) = 34.3%

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

R = 33.18%
G = 34.3%
B = 32.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#959A92 (or 0x959A92) is known color: Mantle. HEX triplet: 95, 9A and 92. RGB value is (149,154,146). Sum of RGB (Red+Green+Blue) = 149+154+146=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 154 - color contains mainly: green. Hex color #959A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A92 is #6A656D. Grayscale: #979797. Windows color (decimal): -6972782 or 9607829. OLE color: 9607829.

HSL color Cylindrical-coordinate representation of color #959A92: hue angle of 97.5º degrees, saturation: 0.04, 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 #959A92 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 146 -
CMYK 0.03 0 0.05 0.40
HSL 97.5º 0.04% 0.59% -
HSV(B) 97.5º 0.05% 0.6% -
XYZ 29.14 31.58 31.75 -
YUV 151.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 149 154 146 0.03 0 0.05 0.40 97.5 0.04 0.59
Hex 95 9A 92 3 0 5 28 62 4 3B
Octal 225 232 222 3 0 5 50 142 4 73
Binary 10010101 10011010 10010010 11 0 101 101000 1100010 100 111011

Color Harmonies of #959A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A92

Black with #959A92

Text Example


Text Example

White with #959A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A92; }

 p { color: rgb(149,154,146); }

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

background-color css

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

 a { background-color: rgb(149,154,146); }

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

border-color css

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

 span { border-color: rgb(149,154,146); }

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