Shades of Highball #9A833D
Tints of Highball #9A833D
RGB
CMYK
RGB Variations
Color information
#9A833D (or 0x9A833D) is known color: Highball. HEX triplet: 9A, 83 and 3D. RGB value is (154,131,61). Sum of RGB (Red+Green+Blue) = 154+131+61=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A833D is #657CC2. Grayscale: #828282. Windows color (decimal): -6651075 or 4031386. OLE color: 4031386.
HSL color Cylindrical-coordinate representation of color #9A833D: hue angle of 45.16º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A833D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 61 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.40 |
| HSL | 45.16º | 0.43% | 0.42% | - |
| HSV(B) | 45.16º | 0.6% | 0.6% | - |
| XYZ | 22.29 | 23.44 | 7.76 | - |
| YUV | 129.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 61 | 0 | 0.15 | 0.60 | 0.40 | 45.16 | 0.43 | 0.42 |
| Hex | 9A | 83 | 3D | 0 | F | 3C | 28 | 2D | 2B | 2A |
| Octal | 232 | 203 | 75 | 0 | 17 | 74 | 50 | 55 | 53 | 52 |
| Binary | 10011010 | 10000011 | 111101 | 0 | 1111 | 111100 | 101000 | 101101 | 101011 | 101010 |
Color Harmonies of #9A833D
Complementary color
Monochromatic Colors of #9A833D
Black with #9A833D
Text Example
Text Example
White with #9A833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A833D; }
p { color: rgb(154,131,61); }
H1.HeaderClassName
{
color: #9A833D;
}
.AnyTagClassName
{
color: #9A833D;
}
</style>
background-color css
<style>
a { background-color: #9A833D; }
a { background-color: rgb(154,131,61); }
div.DivClassName
{
background-color: #9A833D;
}
.BgClassName
{
background-color: #9A833D;
}
</style>
border-color css
<style>
span { border-color: #9A833D; }
span { border-color: rgb(154,131,61); }
td.TdClassName
{
border-color: #9A833D;
}
.TagClassName
{
border-color: #9A833D;
}
</style>