Html Css Color HEX #95A294 Mantle

📋 copy color: '#95A294'

red 149 ◦ green 162 ◦ blue 148

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

Shades of Mantle #95A294

Tints of Mantle #95A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 32.46%
G = 35.29%
B = 32.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#95A294 (or 0x95A294) is known color: Mantle. HEX triplet: 95, A2 and 94. RGB value is (149,162,148). Sum of RGB (Red+Green+Blue) = 149+162+148=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #95A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A294 is #6A5D6B. Grayscale: #9C9C9C. Windows color (decimal): -6970732 or 9740949. OLE color: 9740949.

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

Color convert

RGB 149 162 148 -
CMYK 0.08 0 0.09 0.36
HSL 115.71º 0.07% 0.61% -
HSV(B) 115.71º 0.09% 0.64% -
XYZ 30.66 34.37 33.03 -
YUV 156.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 149 162 148 0.08 0 0.09 0.36 115.71 0.07 0.61
Hex 95 A2 94 8 0 9 24 74 7 3D
Octal 225 242 224 10 0 11 44 164 7 75
Binary 10010101 10100010 10010100 1000 0 1001 100100 1110100 111 111101

Color Harmonies of #95A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A294

Black with #95A294

Text Example


Text Example

White with #95A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,162,148); }

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

background-color css

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

 a { background-color: rgb(149,162,148); }

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

border-color css

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

 span { border-color: rgb(149,162,148); }

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