Html Css Color HEX #95A891 Mantle

📋 copy color: '#95A891'

red 149 ◦ green 168 ◦ blue 145

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

Shades of Mantle #95A891

Tints of Mantle #95A891

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

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

R = 32.25%
G = 36.36%
B = 31.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#95A891 (or 0x95A891) is known color: Mantle. HEX triplet: 95, A8 and 91. RGB value is (149,168,145). Sum of RGB (Red+Green+Blue) = 149+168+145=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #95A891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A891 is #6A576E. Grayscale: #9F9F9F. Windows color (decimal): -6969199 or 9545877. OLE color: 9545877.

HSL color Cylindrical-coordinate representation of color #95A891: hue angle of 109.57º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95A891 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 168 145 -
CMYK 0.11 0 0.14 0.34
HSL 109.57º 0.12% 0.61% -
HSV(B) 109.57º 0.14% 0.66% -
XYZ 31.51 36.44 32.16 -
YUV 159.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 149 168 145 0.11 0 0.14 0.34 109.57 0.12 0.61
Hex 95 A8 91 B 0 E 22 6E C 3D
Octal 225 250 221 13 0 16 42 156 14 75
Binary 10010101 10101000 10010001 1011 0 1110 100010 1101110 1100 111101

Color Harmonies of #95A891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A891

Black with #95A891

Text Example


Text Example

White with #95A891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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