Shades of Highball #949B41
Tints of Highball #949B41
RGB
CMYK
RGB Variations
Color information
#949B41 (or 0x949B41) is known color: Highball. HEX triplet: 94, 9B and 41. RGB value is (148,155,65). Sum of RGB (Red+Green+Blue) = 148+155+65=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #949B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B41 is #6B64BE. Grayscale: #8F8F8F. Windows color (decimal): -7038143 or 4299668. OLE color: 4299668.
HSL color Cylindrical-coordinate representation of color #949B41: hue angle of 64.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #949B41 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 65 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.39 |
| HSL | 64.67º | 0.41% | 0.43% | - |
| HSV(B) | 64.67º | 0.58% | 0.61% | - |
| XYZ | 24.89 | 30.12 | 9.5 | - |
| YUV | 142.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 65 | 0.05 | 0 | 0.58 | 0.39 | 64.67 | 0.41 | 0.43 |
| Hex | 94 | 9B | 41 | 5 | 0 | 3A | 27 | 41 | 29 | 2B |
| Octal | 224 | 233 | 101 | 5 | 0 | 72 | 47 | 101 | 51 | 53 |
| Binary | 10010100 | 10011011 | 1000001 | 101 | 0 | 111010 | 100111 | 1000001 | 101001 | 101011 |
Color Harmonies of #949B41
Complementary color
Monochromatic Colors of #949B41
Black with #949B41
Text Example
Text Example
White with #949B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B41; }
p { color: rgb(148,155,65); }
H1.HeaderClassName
{
color: #949B41;
}
.AnyTagClassName
{
color: #949B41;
}
</style>
background-color css
<style>
a { background-color: #949B41; }
a { background-color: rgb(148,155,65); }
div.DivClassName
{
background-color: #949B41;
}
.BgClassName
{
background-color: #949B41;
}
</style>
border-color css
<style>
span { border-color: #949B41; }
span { border-color: rgb(148,155,65); }
td.TdClassName
{
border-color: #949B41;
}
.TagClassName
{
border-color: #949B41;
}
</style>