Html Css Color HEX #95B38C Mantle

📋 copy color: '#95B38C'

red 149 ◦ green 179 ◦ blue 140

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

Shades of Mantle #95B38C

Tints of Mantle #95B38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 31.84%
G = 38.25%
B = 29.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#95B38C (or 0x95B38C) is known color: Mantle. HEX triplet: 95, B3 and 8C. RGB value is (149,179,140). Sum of RGB (Red+Green+Blue) = 149+179+140=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #95B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B38C is #6A4C73. Grayscale: #A5A5A5. Windows color (decimal): -6966388 or 9221013. OLE color: 9221013.

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

Color convert

RGB 149 179 140 -
CMYK 0.17 0 0.22 0.30
HSL 106.15º 0.2% 0.63% -
HSV(B) 106.15º 0.22% 0.7% -
XYZ 33.25 40.52 30.88 -
YUV 165.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 149 179 140 0.17 0 0.22 0.30 106.15 0.2 0.63
Hex 95 B3 8C 11 0 16 1E 6A 14 3F
Octal 225 263 214 21 0 26 36 152 24 77
Binary 10010101 10110011 10001100 10001 0 10110 11110 1101010 10100 111111

Color Harmonies of #95B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B38C

Black with #95B38C

Text Example


Text Example

White with #95B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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