Shades of Lucky #B1A302
Tints of Lucky #B1A302
RGB
CMYK
RGB Variations
Color information
#B1A302 (or 0xB1A302) is known color: Lucky. HEX triplet: B1, A3 and 02. RGB value is (177,163,2). Sum of RGB (Red+Green+Blue) = 177+163+2=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A302 is #4E5CFD. Grayscale: #959595. Windows color (decimal): -5135614 or 172977. OLE color: 172977.
HSL color Cylindrical-coordinate representation of color #B1A302: hue angle of 55.2º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1A302 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.31 |
| HSL | 55.2º | 0.98% | 0.35% | - |
| HSV(B) | 55.2º | 0.99% | 0.69% | - |
| XYZ | 31.24 | 35.55 | 5.27 | - |
| YUV | 148.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 2 | 0 | 0.08 | 0.99 | 0.31 | 55.2 | 0.98 | 0.35 |
| Hex | B1 | A3 | 2 | 0 | 8 | 63 | 1F | 37 | 62 | 23 |
| Octal | 261 | 243 | 2 | 0 | 10 | 143 | 37 | 67 | 142 | 43 |
| Binary | 10110001 | 10100011 | 10 | 0 | 1000 | 1100011 | 11111 | 110111 | 1100010 | 100011 |
Color Harmonies of #B1A302
Complementary color
Monochromatic Colors of #B1A302
Black with #B1A302
Text Example
Text Example
White with #B1A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A302; }
p { color: rgb(177,163,2); }
H1.HeaderClassName
{
color: #B1A302;
}
.AnyTagClassName
{
color: #B1A302;
}
</style>
background-color css
<style>
a { background-color: #B1A302; }
a { background-color: rgb(177,163,2); }
div.DivClassName
{
background-color: #B1A302;
}
.BgClassName
{
background-color: #B1A302;
}
</style>
border-color css
<style>
span { border-color: #B1A302; }
span { border-color: rgb(177,163,2); }
td.TdClassName
{
border-color: #B1A302;
}
.TagClassName
{
border-color: #B1A302;
}
</style>