Shades of Lucky #B29D16
Tints of Lucky #B29D16
RGB
CMYK
RGB Variations
Color information
#B29D16 (or 0xB29D16) is known color: Lucky. HEX triplet: B2, 9D and 16. RGB value is (178,157,22). Sum of RGB (Red+Green+Blue) = 178+157+22=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D16 is #4D62E9. Grayscale: #949494. Windows color (decimal): -5071594 or 1482162. OLE color: 1482162.
HSL color Cylindrical-coordinate representation of color #B29D16: hue angle of 51.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B29D16 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 22 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.30 |
| HSL | 51.92º | 0.78% | 0.39% | - |
| HSV(B) | 51.92º | 0.88% | 0.7% | - |
| XYZ | 30.56 | 33.64 | 5.64 | - |
| YUV | 147.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 22 | 0 | 0.12 | 0.88 | 0.30 | 51.92 | 0.78 | 0.39 |
| Hex | B2 | 9D | 16 | 0 | C | 58 | 1E | 34 | 4E | 27 |
| Octal | 262 | 235 | 26 | 0 | 14 | 130 | 36 | 64 | 116 | 47 |
| Binary | 10110010 | 10011101 | 10110 | 0 | 1100 | 1011000 | 11110 | 110100 | 1001110 | 100111 |
Color Harmonies of #B29D16
Complementary color
Monochromatic Colors of #B29D16
Black with #B29D16
Text Example
Text Example
White with #B29D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D16; }
p { color: rgb(178,157,22); }
H1.HeaderClassName
{
color: #B29D16;
}
.AnyTagClassName
{
color: #B29D16;
}
</style>
background-color css
<style>
a { background-color: #B29D16; }
a { background-color: rgb(178,157,22); }
div.DivClassName
{
background-color: #B29D16;
}
.BgClassName
{
background-color: #B29D16;
}
</style>
border-color css
<style>
span { border-color: #B29D16; }
span { border-color: rgb(178,157,22); }
td.TdClassName
{
border-color: #B29D16;
}
.TagClassName
{
border-color: #B29D16;
}
</style>