Html Css Color HEX #95AF8E Mantle

📋 copy color: '#95AF8E'

red 149 ◦ green 175 ◦ blue 142

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

Shades of Mantle #95AF8E

Tints of Mantle #95AF8E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.55%

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 31.97%
G = 37.55%
B = 30.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#95AF8E (or 0x95AF8E) is known color: Mantle. HEX triplet: 95, AF and 8E. RGB value is (149,175,142). Sum of RGB (Red+Green+Blue) = 149+175+142=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF8E is #6A5071. Grayscale: #A3A3A3. Windows color (decimal): -6967410 or 9351061. OLE color: 9351061.

HSL color Cylindrical-coordinate representation of color #95AF8E: hue angle of 107.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95AF8E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 175 142 -
CMYK 0.15 0 0.19 0.31
HSL 107.27º 0.17% 0.62% -
HSV(B) 107.27º 0.19% 0.69% -
XYZ 32.61 39 31.4 -
YUV 163.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 149 175 142 0.15 0 0.19 0.31 107.27 0.17 0.62
Hex 95 AF 8E F 0 13 1F 6B 11 3E
Octal 225 257 216 17 0 23 37 153 21 76
Binary 10010101 10101111 10001110 1111 0 10011 11111 1101011 10001 111110

Color Harmonies of #95AF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AF8E

Black with #95AF8E

Text Example


Text Example

White with #95AF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,175,142); }

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

background-color css

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

 a { background-color: rgb(149,175,142); }

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

border-color css

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

 span { border-color: rgb(149,175,142); }

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