Shades of Highball #999C38
Tints of Highball #999C38
RGB
CMYK
RGB Variations
Color information
#999C38 (or 0x999C38) is known color: Highball. HEX triplet: 99, 9C and 38. RGB value is (153,156,56). Sum of RGB (Red+Green+Blue) = 153+156+56=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #999C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999C38 is #6663C7. Grayscale: #909090. Windows color (decimal): -6710216 or 3710105. OLE color: 3710105.
HSL color Cylindrical-coordinate representation of color #999C38: hue angle of 61.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #999C38 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 56 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.39 |
| HSL | 61.8º | 0.47% | 0.42% | - |
| HSV(B) | 61.8º | 0.64% | 0.61% | - |
| XYZ | 25.74 | 30.83 | 8.34 | - |
| YUV | 143.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 56 | 0.02 | 0 | 0.64 | 0.39 | 61.8 | 0.47 | 0.42 |
| Hex | 99 | 9C | 38 | 2 | 0 | 40 | 27 | 3E | 2F | 2A |
| Octal | 231 | 234 | 70 | 2 | 0 | 100 | 47 | 76 | 57 | 52 |
| Binary | 10011001 | 10011100 | 111000 | 10 | 0 | 1000000 | 100111 | 111110 | 101111 | 101010 |
Color Harmonies of #999C38
Complementary color
Monochromatic Colors of #999C38
Black with #999C38
Text Example
Text Example
White with #999C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C38; }
p { color: rgb(153,156,56); }
H1.HeaderClassName
{
color: #999C38;
}
.AnyTagClassName
{
color: #999C38;
}
</style>
background-color css
<style>
a { background-color: #999C38; }
a { background-color: rgb(153,156,56); }
div.DivClassName
{
background-color: #999C38;
}
.BgClassName
{
background-color: #999C38;
}
</style>
border-color css
<style>
span { border-color: #999C38; }
span { border-color: rgb(153,156,56); }
td.TdClassName
{
border-color: #999C38;
}
.TagClassName
{
border-color: #999C38;
}
</style>