Html Css Color HEX #95A291 Mantle

📋 copy color: '#95A291'

red 149 ◦ green 162 ◦ blue 145

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

Shades of Mantle #95A291

Tints of Mantle #95A291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.53%

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 32.68%
G = 35.53%
B = 31.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#95A291 (or 0x95A291) is known color: Mantle. HEX triplet: 95, A2 and 91. RGB value is (149,162,145). Sum of RGB (Red+Green+Blue) = 149+162+145=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #95A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A291 is #6A5D6E. Grayscale: #9C9C9C. Windows color (decimal): -6970735 or 9544341. OLE color: 9544341.

HSL color Cylindrical-coordinate representation of color #95A291: hue angle of 105.88º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A291 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 162 145 -
CMYK 0.08 0 0.10 0.36
HSL 105.88º 0.08% 0.6% -
HSV(B) 105.88º 0.1% 0.64% -
XYZ 30.43 34.27 31.8 -
YUV 156.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 149 162 145 0.08 0 0.10 0.36 105.88 0.08 0.6
Hex 95 A2 91 8 0 A 24 6A 8 3C
Octal 225 242 221 10 0 12 44 152 10 74
Binary 10010101 10100010 10010001 1000 0 1010 100100 1101010 1000 111100

Color Harmonies of #95A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A291

Black with #95A291

Text Example


Text Example

White with #95A291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A291; }

 p { color: rgb(149,162,145); }

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

background-color css

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

 a { background-color: rgb(149,162,145); }

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

border-color css

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

 span { border-color: rgb(149,162,145); }

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