Html Css Color HEX #95A594 Mantle

📋 copy color: '#95A594'

red 149 ◦ green 165 ◦ blue 148

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

Shades of Mantle #95A594

Tints of Mantle #95A594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

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

R = 32.25%
G = 35.71%
B = 32.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#95A594 (or 0x95A594) is known color: Mantle. HEX triplet: 95, A5 and 94. RGB value is (149,165,148). Sum of RGB (Red+Green+Blue) = 149+165+148=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #95A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A594 is #6A5A6B. Grayscale: #9E9E9E. Windows color (decimal): -6969964 or 9741717. OLE color: 9741717.

HSL color Cylindrical-coordinate representation of color #95A594: hue angle of 116.47º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A594 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 165 148 -
CMYK 0.10 0 0.10 0.35
HSL 116.47º 0.09% 0.61% -
HSV(B) 116.47º 0.1% 0.65% -
XYZ 31.19 35.44 33.21 -
YUV 158.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 149 165 148 0.10 0 0.10 0.35 116.47 0.09 0.61
Hex 95 A5 94 A 0 A 23 74 9 3D
Octal 225 245 224 12 0 12 43 164 11 75
Binary 10010101 10100101 10010100 1010 0 1010 100011 1110100 1001 111101

Color Harmonies of #95A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A594

Black with #95A594

Text Example


Text Example

White with #95A594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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