Shades of Lucky #B29C18
Tints of Lucky #B29C18
RGB
CMYK
RGB Variations
Color information
#B29C18 (or 0xB29C18) is known color: Lucky. HEX triplet: B2, 9C and 18. RGB value is (178,156,24). Sum of RGB (Red+Green+Blue) = 178+156+24=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29C18 is #4D63E7. Grayscale: #949494. Windows color (decimal): -5071848 or 1612978. OLE color: 1612978.
HSL color Cylindrical-coordinate representation of color #B29C18: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B29C18 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 24 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.30 |
| HSL | 51.43º | 0.76% | 0.4% | - |
| HSV(B) | 51.43º | 0.87% | 0.7% | - |
| XYZ | 30.41 | 33.31 | 5.69 | - |
| YUV | 147.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 24 | 0 | 0.12 | 0.87 | 0.30 | 51.43 | 0.76 | 0.4 |
| Hex | B2 | 9C | 18 | 0 | C | 57 | 1E | 33 | 4C | 28 |
| Octal | 262 | 234 | 30 | 0 | 14 | 127 | 36 | 63 | 114 | 50 |
| Binary | 10110010 | 10011100 | 11000 | 0 | 1100 | 1010111 | 11110 | 110011 | 1001100 | 101000 |
Color Harmonies of #B29C18
Complementary color
Monochromatic Colors of #B29C18
Black with #B29C18
Text Example
Text Example
White with #B29C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C18; }
p { color: rgb(178,156,24); }
H1.HeaderClassName
{
color: #B29C18;
}
.AnyTagClassName
{
color: #B29C18;
}
</style>
background-color css
<style>
a { background-color: #B29C18; }
a { background-color: rgb(178,156,24); }
div.DivClassName
{
background-color: #B29C18;
}
.BgClassName
{
background-color: #B29C18;
}
</style>
border-color css
<style>
span { border-color: #B29C18; }
span { border-color: rgb(178,156,24); }
td.TdClassName
{
border-color: #B29C18;
}
.TagClassName
{
border-color: #B29C18;
}
</style>