Shades of Highball #95914E
Tints of Highball #95914E
RGB
CMYK
RGB Variations
Color information
#95914E (or 0x95914E) is known color: Highball. HEX triplet: 95, 91 and 4E. RGB value is (149,145,78). Sum of RGB (Red+Green+Blue) = 149+145+78=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95914E is #6A6EB1. Grayscale: #8A8A8A. Windows color (decimal): -6975154 or 5149077. OLE color: 5149077.
HSL color Cylindrical-coordinate representation of color #95914E: hue angle of 56.62º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95914E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 78 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.42 |
| HSL | 56.62º | 0.31% | 0.45% | - |
| HSV(B) | 56.62º | 0.48% | 0.58% | - |
| XYZ | 23.89 | 27.19 | 11.2 | - |
| YUV | 138.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 78 | 0 | 0.03 | 0.48 | 0.42 | 56.62 | 0.31 | 0.45 |
| Hex | 95 | 91 | 4E | 0 | 3 | 30 | 2A | 39 | 1F | 2D |
| Octal | 225 | 221 | 116 | 0 | 3 | 60 | 52 | 71 | 37 | 55 |
| Binary | 10010101 | 10010001 | 1001110 | 0 | 11 | 110000 | 101010 | 111001 | 11111 | 101101 |
Color Harmonies of #95914E
Complementary color
Monochromatic Colors of #95914E
Black with #95914E
Text Example
Text Example
White with #95914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95914E; }
p { color: rgb(149,145,78); }
H1.HeaderClassName
{
color: #95914E;
}
.AnyTagClassName
{
color: #95914E;
}
</style>
background-color css
<style>
a { background-color: #95914E; }
a { background-color: rgb(149,145,78); }
div.DivClassName
{
background-color: #95914E;
}
.BgClassName
{
background-color: #95914E;
}
</style>
border-color css
<style>
span { border-color: #95914E; }
span { border-color: rgb(149,145,78); }
td.TdClassName
{
border-color: #95914E;
}
.TagClassName
{
border-color: #95914E;
}
</style>