Shades of Lucky #B0A302
Tints of Lucky #B0A302
RGB
CMYK
RGB Variations
Color information
#B0A302 (or 0xB0A302) is known color: Lucky. HEX triplet: B0, A3 and 02. RGB value is (176,163,2). Sum of RGB (Red+Green+Blue) = 176+163+2=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A302 is #4F5CFD. Grayscale: #959595. Windows color (decimal): -5201150 or 172976. OLE color: 172976.
HSL color Cylindrical-coordinate representation of color #B0A302: hue angle of 55.52º 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 #B0A302 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.31 |
| HSL | 55.52º | 0.98% | 0.35% | - |
| HSV(B) | 55.52º | 0.99% | 0.69% | - |
| XYZ | 31.01 | 35.43 | 5.26 | - |
| YUV | 148.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 2 | 0 | 0.07 | 0.99 | 0.31 | 55.52 | 0.98 | 0.35 |
| Hex | B0 | A3 | 2 | 0 | 7 | 63 | 1F | 38 | 62 | 23 |
| Octal | 260 | 243 | 2 | 0 | 7 | 143 | 37 | 70 | 142 | 43 |
| Binary | 10110000 | 10100011 | 10 | 0 | 111 | 1100011 | 11111 | 111000 | 1100010 | 100011 |
Color Harmonies of #B0A302
Complementary color
Monochromatic Colors of #B0A302
Black with #B0A302
Text Example
Text Example
White with #B0A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A302; }
p { color: rgb(176,163,2); }
H1.HeaderClassName
{
color: #B0A302;
}
.AnyTagClassName
{
color: #B0A302;
}
</style>
background-color css
<style>
a { background-color: #B0A302; }
a { background-color: rgb(176,163,2); }
div.DivClassName
{
background-color: #B0A302;
}
.BgClassName
{
background-color: #B0A302;
}
</style>
border-color css
<style>
span { border-color: #B0A302; }
span { border-color: rgb(176,163,2); }
td.TdClassName
{
border-color: #B0A302;
}
.TagClassName
{
border-color: #B0A302;
}
</style>