Shades of Highball #94914B
Tints of Highball #94914B
RGB
CMYK
RGB Variations
Color information
#94914B (or 0x94914B) is known color: Highball. HEX triplet: 94, 91 and 4B. RGB value is (148,145,75). Sum of RGB (Red+Green+Blue) = 148+145+75=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #94914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94914B is #6B6EB4. Grayscale: #8A8A8A. Windows color (decimal): -7040693 or 4952468. OLE color: 4952468.
HSL color Cylindrical-coordinate representation of color #94914B: hue angle of 57.53º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94914B is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 75 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.42 |
| HSL | 57.53º | 0.33% | 0.44% | - |
| HSV(B) | 57.53º | 0.49% | 0.58% | - |
| XYZ | 23.61 | 27.05 | 10.63 | - |
| YUV | 137.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 75 | 0 | 0.02 | 0.49 | 0.42 | 57.53 | 0.33 | 0.44 |
| Hex | 94 | 91 | 4B | 0 | 2 | 31 | 2A | 3A | 21 | 2C |
| Octal | 224 | 221 | 113 | 0 | 2 | 61 | 52 | 72 | 41 | 54 |
| Binary | 10010100 | 10010001 | 1001011 | 0 | 10 | 110001 | 101010 | 111010 | 100001 | 101100 |
Color Harmonies of #94914B
Complementary color
Monochromatic Colors of #94914B
Black with #94914B
Text Example
Text Example
White with #94914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94914B; }
p { color: rgb(148,145,75); }
H1.HeaderClassName
{
color: #94914B;
}
.AnyTagClassName
{
color: #94914B;
}
</style>
background-color css
<style>
a { background-color: #94914B; }
a { background-color: rgb(148,145,75); }
div.DivClassName
{
background-color: #94914B;
}
.BgClassName
{
background-color: #94914B;
}
</style>
border-color css
<style>
span { border-color: #94914B; }
span { border-color: rgb(148,145,75); }
td.TdClassName
{
border-color: #94914B;
}
.TagClassName
{
border-color: #94914B;
}
</style>