Shades of Highball #95904D
Tints of Highball #95904D
RGB
CMYK
RGB Variations
Color information
#95904D (or 0x95904D) is known color: Highball. HEX triplet: 95, 90 and 4D. RGB value is (149,144,77). Sum of RGB (Red+Green+Blue) = 149+144+77=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95904D is #6A6FB2. Grayscale: #8A8A8A. Windows color (decimal): -6975411 or 5083285. OLE color: 5083285.
HSL color Cylindrical-coordinate representation of color #95904D: hue angle of 55.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95904D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 77 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.42 |
| HSL | 55.83º | 0.32% | 0.44% | - |
| HSV(B) | 55.83º | 0.48% | 0.58% | - |
| XYZ | 23.71 | 26.87 | 10.96 | - |
| YUV | 137.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 77 | 0 | 0.03 | 0.48 | 0.42 | 55.83 | 0.32 | 0.44 |
| Hex | 95 | 90 | 4D | 0 | 3 | 30 | 2A | 38 | 20 | 2C |
| Octal | 225 | 220 | 115 | 0 | 3 | 60 | 52 | 70 | 40 | 54 |
| Binary | 10010101 | 10010000 | 1001101 | 0 | 11 | 110000 | 101010 | 111000 | 100000 | 101100 |
Color Harmonies of #95904D
Complementary color
Monochromatic Colors of #95904D
Black with #95904D
Text Example
Text Example
White with #95904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95904D; }
p { color: rgb(149,144,77); }
H1.HeaderClassName
{
color: #95904D;
}
.AnyTagClassName
{
color: #95904D;
}
</style>
background-color css
<style>
a { background-color: #95904D; }
a { background-color: rgb(149,144,77); }
div.DivClassName
{
background-color: #95904D;
}
.BgClassName
{
background-color: #95904D;
}
</style>
border-color css
<style>
span { border-color: #95904D; }
span { border-color: rgb(149,144,77); }
td.TdClassName
{
border-color: #95904D;
}
.TagClassName
{
border-color: #95904D;
}
</style>