Html Css Color HEX #95A28F Mantle

📋 copy color: '#95A28F'

red 149 ◦ green 162 ◦ blue 143

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

Shades of Mantle #95A28F

Tints of Mantle #95A28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 32.82%
G = 35.68%
B = 31.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#95A28F (or 0x95A28F) is known color: Mantle. HEX triplet: 95, A2 and 8F. RGB value is (149,162,143). Sum of RGB (Red+Green+Blue) = 149+162+143=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #95A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A28F is #6A5D70. Grayscale: #9C9C9C. Windows color (decimal): -6970737 or 9413269. OLE color: 9413269.

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

Color convert

RGB 149 162 143 -
CMYK 0.08 0 0.12 0.36
HSL 101.05º 0.09% 0.6% -
HSV(B) 101.05º 0.12% 0.64% -
XYZ 30.27 34.21 30.99 -
YUV 155.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 149 162 143 0.08 0 0.12 0.36 101.05 0.09 0.6
Hex 95 A2 8F 8 0 C 24 65 9 3C
Octal 225 242 217 10 0 14 44 145 11 74
Binary 10010101 10100010 10001111 1000 0 1100 100100 1100101 1001 111100

Color Harmonies of #95A28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A28F

Black with #95A28F

Text Example


Text Example

White with #95A28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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