Shades of Lucky #B29D0A
Tints of Lucky #B29D0A
RGB
CMYK
RGB Variations
Color information
#B29D0A (or 0xB29D0A) is known color: Lucky. HEX triplet: B2, 9D and 0A. RGB value is (178,157,10). Sum of RGB (Red+Green+Blue) = 178+157+10=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D0A is #4D62F5. Grayscale: #939393. Windows color (decimal): -5071606 or 695730. OLE color: 695730.
HSL color Cylindrical-coordinate representation of color #B29D0A: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B29D0A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 10 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.30 |
| HSL | 52.5º | 0.89% | 0.37% | - |
| HSV(B) | 52.5º | 0.94% | 0.7% | - |
| XYZ | 30.47 | 33.6 | 5.17 | - |
| YUV | 146.52 | 50.96 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 10 | 0 | 0.12 | 0.94 | 0.30 | 52.5 | 0.89 | 0.37 |
| Hex | B2 | 9D | A | 0 | C | 5E | 1E | 34 | 59 | 25 |
| Octal | 262 | 235 | 12 | 0 | 14 | 136 | 36 | 64 | 131 | 45 |
| Binary | 10110010 | 10011101 | 1010 | 0 | 1100 | 1011110 | 11110 | 110100 | 1011001 | 100101 |
Color Harmonies of #B29D0A
Complementary color
Monochromatic Colors of #B29D0A
Black with #B29D0A
Text Example
Text Example
White with #B29D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D0A; }
p { color: rgb(178,157,10); }
H1.HeaderClassName
{
color: #B29D0A;
}
.AnyTagClassName
{
color: #B29D0A;
}
</style>
background-color css
<style>
a { background-color: #B29D0A; }
a { background-color: rgb(178,157,10); }
div.DivClassName
{
background-color: #B29D0A;
}
.BgClassName
{
background-color: #B29D0A;
}
</style>
border-color css
<style>
span { border-color: #B29D0A; }
span { border-color: rgb(178,157,10); }
td.TdClassName
{
border-color: #B29D0A;
}
.TagClassName
{
border-color: #B29D0A;
}
</style>