Shades of Lucky #B1A30E
Tints of Lucky #B1A30E
RGB
CMYK
RGB Variations
Color information
#B1A30E (or 0xB1A30E) is known color: Lucky. HEX triplet: B1, A3 and 0E. RGB value is (177,163,14). Sum of RGB (Red+Green+Blue) = 177+163+14=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A30E is #4E5CF1. Grayscale: #969696. Windows color (decimal): -5135602 or 959409. OLE color: 959409.
HSL color Cylindrical-coordinate representation of color #B1A30E: hue angle of 54.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1A30E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 14 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.31 |
| HSL | 54.85º | 0.85% | 0.37% | - |
| HSV(B) | 54.85º | 0.92% | 0.69% | - |
| XYZ | 31.31 | 35.57 | 5.63 | - |
| YUV | 150.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 14 | 0 | 0.08 | 0.92 | 0.31 | 54.85 | 0.85 | 0.37 |
| Hex | B1 | A3 | E | 0 | 8 | 5C | 1F | 37 | 55 | 25 |
| Octal | 261 | 243 | 16 | 0 | 10 | 134 | 37 | 67 | 125 | 45 |
| Binary | 10110001 | 10100011 | 1110 | 0 | 1000 | 1011100 | 11111 | 110111 | 1010101 | 100101 |
Color Harmonies of #B1A30E
Complementary color
Monochromatic Colors of #B1A30E
Black with #B1A30E
Text Example
Text Example
White with #B1A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A30E; }
p { color: rgb(177,163,14); }
H1.HeaderClassName
{
color: #B1A30E;
}
.AnyTagClassName
{
color: #B1A30E;
}
</style>
background-color css
<style>
a { background-color: #B1A30E; }
a { background-color: rgb(177,163,14); }
div.DivClassName
{
background-color: #B1A30E;
}
.BgClassName
{
background-color: #B1A30E;
}
</style>
border-color css
<style>
span { border-color: #B1A30E; }
span { border-color: rgb(177,163,14); }
td.TdClassName
{
border-color: #B1A30E;
}
.TagClassName
{
border-color: #B1A30E;
}
</style>