Html Css Color HEX #95B192 Mantle

📋 copy color: '#95B192'

red 149 ◦ green 177 ◦ blue 146

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

Shades of Mantle #95B192

Tints of Mantle #95B192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 31.57%
G = 37.5%
B = 30.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#95B192 (or 0x95B192) is known color: Mantle. HEX triplet: 95, B1 and 92. RGB value is (149,177,146). Sum of RGB (Red+Green+Blue) = 149+177+146=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #95B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B192 is #6A4E6D. Grayscale: #A5A5A5. Windows color (decimal): -6966894 or 9613717. OLE color: 9613717.

HSL color Cylindrical-coordinate representation of color #95B192: hue angle of 114.19º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B192 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 177 146 -
CMYK 0.16 0 0.18 0.31
HSL 114.19º 0.17% 0.63% -
HSV(B) 114.19º 0.18% 0.69% -
XYZ 33.3 39.91 33.14 -
YUV 165.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 149 177 146 0.16 0 0.18 0.31 114.19 0.17 0.63
Hex 95 B1 92 10 0 12 1F 72 11 3F
Octal 225 261 222 20 0 22 37 162 21 77
Binary 10010101 10110001 10010010 10000 0 10010 11111 1110010 10001 111111

Color Harmonies of #95B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B192

Black with #95B192

Text Example


Text Example

White with #95B192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,177,146); }

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

background-color css

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

 a { background-color: rgb(149,177,146); }

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

border-color css

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

 span { border-color: rgb(149,177,146); }

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