Html Css Color HEX #95B38E Mantle

📋 copy color: '#95B38E'

red 149 ◦ green 179 ◦ blue 142

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

Shades of Mantle #95B38E

Tints of Mantle #95B38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 31.7%
G = 38.09%
B = 30.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#95B38E (or 0x95B38E) is known color: Mantle. HEX triplet: 95, B3 and 8E. RGB value is (149,179,142). Sum of RGB (Red+Green+Blue) = 149+179+142=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #95B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B38E is #6A4C71. Grayscale: #A5A5A5. Windows color (decimal): -6966386 or 9352085. OLE color: 9352085.

HSL color Cylindrical-coordinate representation of color #95B38E: hue angle of 108.65º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B38E is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 179 142 -
CMYK 0.17 0 0.21 0.30
HSL 108.65º 0.2% 0.63% -
HSV(B) 108.65º 0.21% 0.7% -
XYZ 33.4 40.58 31.66 -
YUV 165.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 149 179 142 0.17 0 0.21 0.30 108.65 0.2 0.63
Hex 95 B3 8E 11 0 15 1E 6D 14 3F
Octal 225 263 216 21 0 25 36 155 24 77
Binary 10010101 10110011 10001110 10001 0 10101 11110 1101101 10100 111111

Color Harmonies of #95B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B38E

Black with #95B38E

Text Example


Text Example

White with #95B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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