Shades of Lucky #B1A318
Tints of Lucky #B1A318
RGB
CMYK
RGB Variations
Color information
#B1A318 (or 0xB1A318) is known color: Lucky. HEX triplet: B1, A3 and 18. RGB value is (177,163,24). Sum of RGB (Red+Green+Blue) = 177+163+24=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A318 is #4E5CE7. Grayscale: #979797. Windows color (decimal): -5135592 or 1614769. OLE color: 1614769.
HSL color Cylindrical-coordinate representation of color #B1A318: hue angle of 54.51º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1A318 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 24 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.31 |
| HSL | 54.51º | 0.76% | 0.39% | - |
| HSV(B) | 54.51º | 0.86% | 0.69% | - |
| XYZ | 31.39 | 35.61 | 6.08 | - |
| YUV | 151.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 24 | 0 | 0.08 | 0.86 | 0.31 | 54.51 | 0.76 | 0.39 |
| Hex | B1 | A3 | 18 | 0 | 8 | 56 | 1F | 37 | 4C | 27 |
| Octal | 261 | 243 | 30 | 0 | 10 | 126 | 37 | 67 | 114 | 47 |
| Binary | 10110001 | 10100011 | 11000 | 0 | 1000 | 1010110 | 11111 | 110111 | 1001100 | 100111 |
Color Harmonies of #B1A318
Complementary color
Monochromatic Colors of #B1A318
Black with #B1A318
Text Example
Text Example
White with #B1A318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A318; }
p { color: rgb(177,163,24); }
H1.HeaderClassName
{
color: #B1A318;
}
.AnyTagClassName
{
color: #B1A318;
}
</style>
background-color css
<style>
a { background-color: #B1A318; }
a { background-color: rgb(177,163,24); }
div.DivClassName
{
background-color: #B1A318;
}
.BgClassName
{
background-color: #B1A318;
}
</style>
border-color css
<style>
span { border-color: #B1A318; }
span { border-color: rgb(177,163,24); }
td.TdClassName
{
border-color: #B1A318;
}
.TagClassName
{
border-color: #B1A318;
}
</style>