Shades of Lucky #ABA40B
Tints of Lucky #ABA40B
RGB
CMYK
RGB Variations
Color information
#ABA40B (or 0xABA40B) is known color: Lucky. HEX triplet: AB, A4 and 0B. RGB value is (171,164,11). Sum of RGB (Red+Green+Blue) = 171+164+11=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA40B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA40B is #545BF4. Grayscale: #959595. Windows color (decimal): -5528565 or 763051. OLE color: 763051.
HSL color Cylindrical-coordinate representation of color #ABA40B: hue angle of 57.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA40B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.33 |
| HSL | 57.38º | 0.88% | 0.36% | - |
| HSV(B) | 57.38º | 0.94% | 0.67% | - |
| XYZ | 30.13 | 35.23 | 5.53 | - |
| YUV | 148.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 11 | 0 | 0.04 | 0.94 | 0.33 | 57.38 | 0.88 | 0.36 |
| Hex | AB | A4 | B | 0 | 4 | 5E | 21 | 39 | 58 | 24 |
| Octal | 253 | 244 | 13 | 0 | 4 | 136 | 41 | 71 | 130 | 44 |
| Binary | 10101011 | 10100100 | 1011 | 0 | 100 | 1011110 | 100001 | 111001 | 1011000 | 100100 |
Color Harmonies of #ABA40B
Complementary color
Monochromatic Colors of #ABA40B
Black with #ABA40B
Text Example
Text Example
White with #ABA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA40B; }
p { color: rgb(171,164,11); }
H1.HeaderClassName
{
color: #ABA40B;
}
.AnyTagClassName
{
color: #ABA40B;
}
</style>
background-color css
<style>
a { background-color: #ABA40B; }
a { background-color: rgb(171,164,11); }
div.DivClassName
{
background-color: #ABA40B;
}
.BgClassName
{
background-color: #ABA40B;
}
</style>
border-color css
<style>
span { border-color: #ABA40B; }
span { border-color: rgb(171,164,11); }
td.TdClassName
{
border-color: #ABA40B;
}
.TagClassName
{
border-color: #ABA40B;
}
</style>