Shades of Highball #949130
Tints of Highball #949130
RGB
CMYK
RGB Variations
Color information
#949130 (or 0x949130) is known color: Highball. HEX triplet: 94, 91 and 30. RGB value is (148,145,48). Sum of RGB (Red+Green+Blue) = 148+145+48=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #949130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949130 is #6B6ECF. Grayscale: #878787. Windows color (decimal): -7040720 or 3182996. OLE color: 3182996.
HSL color Cylindrical-coordinate representation of color #949130: hue angle of 58.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #949130 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 48 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.42 |
| HSL | 58.2º | 0.51% | 0.38% | - |
| HSV(B) | 58.2º | 0.68% | 0.58% | - |
| XYZ | 22.87 | 26.76 | 6.76 | - |
| YUV | 134.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 48 | 0 | 0.02 | 0.68 | 0.42 | 58.2 | 0.51 | 0.38 |
| Hex | 94 | 91 | 30 | 0 | 2 | 44 | 2A | 3A | 33 | 26 |
| Octal | 224 | 221 | 60 | 0 | 2 | 104 | 52 | 72 | 63 | 46 |
| Binary | 10010100 | 10010001 | 110000 | 0 | 10 | 1000100 | 101010 | 111010 | 110011 | 100110 |
Color Harmonies of #949130
Complementary color
Monochromatic Colors of #949130
Black with #949130
Text Example
Text Example
White with #949130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949130; }
p { color: rgb(148,145,48); }
H1.HeaderClassName
{
color: #949130;
}
.AnyTagClassName
{
color: #949130;
}
</style>
background-color css
<style>
a { background-color: #949130; }
a { background-color: rgb(148,145,48); }
div.DivClassName
{
background-color: #949130;
}
.BgClassName
{
background-color: #949130;
}
</style>
border-color css
<style>
span { border-color: #949130; }
span { border-color: rgb(148,145,48); }
td.TdClassName
{
border-color: #949130;
}
.TagClassName
{
border-color: #949130;
}
</style>