Shades of Highball #9C914B
Tints of Highball #9C914B
RGB
CMYK
RGB Variations
Color information
#9C914B (or 0x9C914B) is known color: Highball. HEX triplet: 9C, 91 and 4B. RGB value is (156,145,75). Sum of RGB (Red+Green+Blue) = 156+145+75=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C914B is #636EB4. Grayscale: #8C8C8C. Windows color (decimal): -6516405 or 4952476. OLE color: 4952476.
HSL color Cylindrical-coordinate representation of color #9C914B: hue angle of 51.85º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C914B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 75 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.39 |
| HSL | 51.85º | 0.35% | 0.45% | - |
| HSV(B) | 51.85º | 0.52% | 0.61% | - |
| XYZ | 25.11 | 27.83 | 10.7 | - |
| YUV | 140.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 75 | 0 | 0.07 | 0.52 | 0.39 | 51.85 | 0.35 | 0.45 |
| Hex | 9C | 91 | 4B | 0 | 7 | 34 | 27 | 34 | 23 | 2D |
| Octal | 234 | 221 | 113 | 0 | 7 | 64 | 47 | 64 | 43 | 55 |
| Binary | 10011100 | 10010001 | 1001011 | 0 | 111 | 110100 | 100111 | 110100 | 100011 | 101101 |
Color Harmonies of #9C914B
Complementary color
Monochromatic Colors of #9C914B
Black with #9C914B
Text Example
Text Example
White with #9C914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C914B; }
p { color: rgb(156,145,75); }
H1.HeaderClassName
{
color: #9C914B;
}
.AnyTagClassName
{
color: #9C914B;
}
</style>
background-color css
<style>
a { background-color: #9C914B; }
a { background-color: rgb(156,145,75); }
div.DivClassName
{
background-color: #9C914B;
}
.BgClassName
{
background-color: #9C914B;
}
</style>
border-color css
<style>
span { border-color: #9C914B; }
span { border-color: rgb(156,145,75); }
td.TdClassName
{
border-color: #9C914B;
}
.TagClassName
{
border-color: #9C914B;
}
</style>