Html Css Color HEX #95A590 Mantle

📋 copy color: '#95A590'

red 149 ◦ green 165 ◦ blue 144

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

Shades of Mantle #95A590

Tints of Mantle #95A590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 32.53%
G = 36.03%
B = 31.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#95A590 (or 0x95A590) is known color: Mantle. HEX triplet: 95, A5 and 90. RGB value is (149,165,144). Sum of RGB (Red+Green+Blue) = 149+165+144=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #95A590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A590 is #6A5A6F. Grayscale: #9D9D9D. Windows color (decimal): -6969968 or 9479573. OLE color: 9479573.

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

Color convert

RGB 149 165 144 -
CMYK 0.10 0 0.13 0.35
HSL 105.71º 0.1% 0.61% -
HSV(B) 105.71º 0.13% 0.65% -
XYZ 30.88 35.31 31.57 -
YUV 157.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 149 165 144 0.10 0 0.13 0.35 105.71 0.1 0.61
Hex 95 A5 90 A 0 D 23 6A A 3D
Octal 225 245 220 12 0 15 43 152 12 75
Binary 10010101 10100101 10010000 1010 0 1101 100011 1101010 1010 111101

Color Harmonies of #95A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A590

Black with #95A590

Text Example


Text Example

White with #95A590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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