Html Css Color HEX #95A38C Mantle

📋 copy color: '#95A38C'

red 149 ◦ green 163 ◦ blue 140

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

Shades of Mantle #95A38C

Tints of Mantle #95A38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

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

R = 32.96%
G = 36.06%
B = 30.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#95A38C (or 0x95A38C) is known color: Mantle. HEX triplet: 95, A3 and 8C. RGB value is (149,163,140). Sum of RGB (Red+Green+Blue) = 149+163+140=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #95A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A38C is #6A5C73. Grayscale: #9C9C9C. Windows color (decimal): -6970484 or 9216917. OLE color: 9216917.

HSL color Cylindrical-coordinate representation of color #95A38C: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95A38C is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 140 -
CMYK 0.09 0 0.14 0.36
HSL 96.52º 0.11% 0.59% -
HSV(B) 96.52º 0.14% 0.64% -
XYZ 30.23 34.48 29.87 -
YUV 156.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 149 163 140 0.09 0 0.14 0.36 96.52 0.11 0.59
Hex 95 A3 8C 9 0 E 24 61 B 3B
Octal 225 243 214 11 0 16 44 141 13 73
Binary 10010101 10100011 10001100 1001 0 1110 100100 1100001 1011 111011

Color Harmonies of #95A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A38C

Black with #95A38C

Text Example


Text Example

White with #95A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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