Html Css Color HEX #95B88A Mantle

📋 copy color: '#95B88A'

red 149 ◦ green 184 ◦ blue 138

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

Shades of Mantle #95B88A

Tints of Mantle #95B88A

RGB

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

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

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

R = 31.63%
G = 39.07%
B = 29.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#95B88A (or 0x95B88A) is known color: Mantle. HEX triplet: 95, B8 and 8A. RGB value is (149,184,138). Sum of RGB (Red+Green+Blue) = 149+184+138=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #95B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B88A is #6A4775. Grayscale: #A8A8A8. Windows color (decimal): -6965110 or 9091221. OLE color: 9091221.

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

Color convert

RGB 149 184 138 -
CMYK 0.19 0 0.25 0.28
HSL 105.65º 0.24% 0.63% -
HSV(B) 105.65º 0.25% 0.72% -
XYZ 34.12 42.51 30.45 -
YUV 168.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 149 184 138 0.19 0 0.25 0.28 105.65 0.24 0.63
Hex 95 B8 8A 13 0 19 1C 6A 18 3F
Octal 225 270 212 23 0 31 34 152 30 77
Binary 10010101 10111000 10001010 10011 0 11001 11100 1101010 11000 111111

Color Harmonies of #95B88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B88A

Black with #95B88A

Text Example


Text Example

White with #95B88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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