Html Css Color HEX #95AD8B Mantle

📋 copy color: '#95AD8B'

red 149 ◦ green 173 ◦ blue 139

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

Shades of Mantle #95AD8B

Tints of Mantle #95AD8B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 32.32%
G = 37.53%
B = 30.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#95AD8B (or 0x95AD8B) is known color: Mantle. HEX triplet: 95, AD and 8B. RGB value is (149,173,139). Sum of RGB (Red+Green+Blue) = 149+173+139=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AD8B is #6A5274. Grayscale: #A2A2A2. Windows color (decimal): -6967925 or 9153941. OLE color: 9153941.

HSL color Cylindrical-coordinate representation of color #95AD8B: hue angle of 102.35º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95AD8B is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 173 139 -
CMYK 0.14 0 0.20 0.32
HSL 102.35º 0.17% 0.61% -
HSV(B) 102.35º 0.2% 0.68% -
XYZ 32 38.14 30.1 -
YUV 161.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 149 173 139 0.14 0 0.20 0.32 102.35 0.17 0.61
Hex 95 AD 8B E 0 14 20 66 11 3D
Octal 225 255 213 16 0 24 40 146 21 75
Binary 10010101 10101101 10001011 1110 0 10100 100000 1100110 10001 111101

Color Harmonies of #95AD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD8B

Black with #95AD8B

Text Example


Text Example

White with #95AD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,139); }

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

background-color css

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

 a { background-color: rgb(149,173,139); }

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

border-color css

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

 span { border-color: rgb(149,173,139); }

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