Html Css Color HEX #95B48A Mantle

📋 copy color: '#95B48A'

red 149 ◦ green 180 ◦ blue 138

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

Shades of Mantle #95B48A

Tints of Mantle #95B48A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 31.91%
G = 38.54%
B = 29.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#95B48A (or 0x95B48A) is known color: Mantle. HEX triplet: 95, B4 and 8A. RGB value is (149,180,138). Sum of RGB (Red+Green+Blue) = 149+180+138=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #95B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B48A is #6A4B75. Grayscale: #A6A6A6. Windows color (decimal): -6966134 or 9090197. OLE color: 9090197.

HSL color Cylindrical-coordinate representation of color #95B48A: hue angle of 104.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95B48A is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 138 -
CMYK 0.17 0 0.23 0.29
HSL 104.29º 0.22% 0.62% -
HSV(B) 104.29º 0.23% 0.71% -
XYZ 33.3 40.87 30.18 -
YUV 165.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 149 180 138 0.17 0 0.23 0.29 104.29 0.22 0.62
Hex 95 B4 8A 11 0 17 1D 68 16 3E
Octal 225 264 212 21 0 27 35 150 26 76
Binary 10010101 10110100 10001010 10001 0 10111 11101 1101000 10110 111110

Color Harmonies of #95B48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B48A

Black with #95B48A

Text Example


Text Example

White with #95B48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,180,138); }

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

background-color css

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

 a { background-color: rgb(149,180,138); }

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

border-color css

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

 span { border-color: rgb(149,180,138); }

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