Shades of Nugget #BA9024
Tints of Nugget #BA9024
RGB
CMYK
RGB Variations
Color information
#BA9024 (or 0xBA9024) is known color: Nugget. HEX triplet: BA, 90 and 24. RGB value is (186,144,36). Sum of RGB (Red+Green+Blue) = 186+144+36=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9024 is #456FDB. Grayscale: #909090. Windows color (decimal): -4550620 or 2396346. OLE color: 2396346.
HSL color Cylindrical-coordinate representation of color #BA9024: hue angle of 43.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9024 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 36 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.27 |
| HSL | 43.2º | 0.68% | 0.44% | - |
| HSV(B) | 43.2º | 0.81% | 0.73% | - |
| XYZ | 30.54 | 30.51 | 5.95 | - |
| YUV | 144.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 36 | 0 | 0.23 | 0.81 | 0.27 | 43.2 | 0.68 | 0.44 |
| Hex | BA | 90 | 24 | 0 | 17 | 51 | 1B | 2B | 44 | 2C |
| Octal | 272 | 220 | 44 | 0 | 27 | 121 | 33 | 53 | 104 | 54 |
| Binary | 10111010 | 10010000 | 100100 | 0 | 10111 | 1010001 | 11011 | 101011 | 1000100 | 101100 |
Color Harmonies of #BA9024
Complementary color
Monochromatic Colors of #BA9024
Black with #BA9024
Text Example
Text Example
White with #BA9024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9024; }
p { color: rgb(186,144,36); }
H1.HeaderClassName
{
color: #BA9024;
}
.AnyTagClassName
{
color: #BA9024;
}
</style>
background-color css
<style>
a { background-color: #BA9024; }
a { background-color: rgb(186,144,36); }
div.DivClassName
{
background-color: #BA9024;
}
.BgClassName
{
background-color: #BA9024;
}
</style>
border-color css
<style>
span { border-color: #BA9024; }
span { border-color: rgb(186,144,36); }
td.TdClassName
{
border-color: #BA9024;
}
.TagClassName
{
border-color: #BA9024;
}
</style>