Html Css Color HEX #95B88C Mantle

📋 copy color: '#95B88C'

red 149 ◦ green 184 ◦ blue 140

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

Shades of Mantle #95B88C

Tints of Mantle #95B88C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

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

R = 31.5%
G = 38.9%
B = 29.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#95B88C (or 0x95B88C) is known color: Mantle. HEX triplet: 95, B8 and 8C. RGB value is (149,184,140). Sum of RGB (Red+Green+Blue) = 149+184+140=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #95B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B88C is #6A4773. Grayscale: #A8A8A8. Windows color (decimal): -6965108 or 9222293. OLE color: 9222293.

HSL color Cylindrical-coordinate representation of color #95B88C: hue angle of 107.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95B88C is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 140 -
CMYK 0.19 0 0.24 0.28
HSL 107.73º 0.24% 0.64% -
HSV(B) 107.73º 0.24% 0.72% -
XYZ 34.27 42.56 31.22 -
YUV 168.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 149 184 140 0.19 0 0.24 0.28 107.73 0.24 0.64
Hex 95 B8 8C 13 0 18 1C 6C 18 40
Octal 225 270 214 23 0 30 34 154 30 100
Binary 10010101 10111000 10001100 10011 0 11000 11100 1101100 11000 1000000

Color Harmonies of #95B88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B88C

Black with #95B88C

Text Example


Text Example

White with #95B88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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