Shades of Highball #999D3E
Tints of Highball #999D3E
RGB
CMYK
RGB Variations
Color information
#999D3E (or 0x999D3E) is known color: Highball. HEX triplet: 99, 9D and 3E. RGB value is (153,157,62). Sum of RGB (Red+Green+Blue) = 153+157+62=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #999D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D3E is #6662C1. Grayscale: #919191. Windows color (decimal): -6709954 or 4103577. OLE color: 4103577.
HSL color Cylindrical-coordinate representation of color #999D3E: hue angle of 62.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #999D3E is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 62 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.38 |
| HSL | 62.53º | 0.43% | 0.43% | - |
| HSV(B) | 62.53º | 0.61% | 0.62% | - |
| XYZ | 26.06 | 31.23 | 9.21 | - |
| YUV | 144.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 62 | 0.03 | 0 | 0.61 | 0.38 | 62.53 | 0.43 | 0.43 |
| Hex | 99 | 9D | 3E | 3 | 0 | 3D | 26 | 3F | 2B | 2B |
| Octal | 231 | 235 | 76 | 3 | 0 | 75 | 46 | 77 | 53 | 53 |
| Binary | 10011001 | 10011101 | 111110 | 11 | 0 | 111101 | 100110 | 111111 | 101011 | 101011 |
Color Harmonies of #999D3E
Complementary color
Monochromatic Colors of #999D3E
Black with #999D3E
Text Example
Text Example
White with #999D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D3E; }
p { color: rgb(153,157,62); }
H1.HeaderClassName
{
color: #999D3E;
}
.AnyTagClassName
{
color: #999D3E;
}
</style>
background-color css
<style>
a { background-color: #999D3E; }
a { background-color: rgb(153,157,62); }
div.DivClassName
{
background-color: #999D3E;
}
.BgClassName
{
background-color: #999D3E;
}
</style>
border-color css
<style>
span { border-color: #999D3E; }
span { border-color: rgb(153,157,62); }
td.TdClassName
{
border-color: #999D3E;
}
.TagClassName
{
border-color: #999D3E;
}
</style>