Shades of Highball #949350
Tints of Highball #949350
RGB
CMYK
RGB Variations
Color information
#949350 (or 0x949350) is known color: Highball. HEX triplet: 94, 93 and 50. RGB value is (148,147,80). Sum of RGB (Red+Green+Blue) = 148+147+80=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #949350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949350 is #6B6CAF. Grayscale: #8B8B8B. Windows color (decimal): -7040176 or 5280660. OLE color: 5280660.
HSL color Cylindrical-coordinate representation of color #949350: hue angle of 59.12º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #949350 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 80 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.42 |
| HSL | 59.12º | 0.3% | 0.45% | - |
| HSV(B) | 59.12º | 0.46% | 0.58% | - |
| XYZ | 24.09 | 27.74 | 11.67 | - |
| YUV | 139.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 80 | 0 | 0.01 | 0.46 | 0.42 | 59.12 | 0.3 | 0.45 |
| Hex | 94 | 93 | 50 | 0 | 1 | 2E | 2A | 3B | 1E | 2D |
| Octal | 224 | 223 | 120 | 0 | 1 | 56 | 52 | 73 | 36 | 55 |
| Binary | 10010100 | 10010011 | 1010000 | 0 | 1 | 101110 | 101010 | 111011 | 11110 | 101101 |
Color Harmonies of #949350
Complementary color
Monochromatic Colors of #949350
Black with #949350
Text Example
Text Example
White with #949350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949350; }
p { color: rgb(148,147,80); }
H1.HeaderClassName
{
color: #949350;
}
.AnyTagClassName
{
color: #949350;
}
</style>
background-color css
<style>
a { background-color: #949350; }
a { background-color: rgb(148,147,80); }
div.DivClassName
{
background-color: #949350;
}
.BgClassName
{
background-color: #949350;
}
</style>
border-color css
<style>
span { border-color: #949350; }
span { border-color: rgb(148,147,80); }
td.TdClassName
{
border-color: #949350;
}
.TagClassName
{
border-color: #949350;
}
</style>