Shades of Lucky #AB9B00
Tints of Lucky #AB9B00
RGB
CMYK
RGB Variations
Color information
#AB9B00 (or 0xAB9B00) is known color: Lucky. HEX triplet: AB, 9B and 00. RGB value is (171,155,0). Sum of RGB (Red+Green+Blue) = 171+155+0=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9B00 is #5464FF. Grayscale: #8E8E8E. Windows color (decimal): -5530880 or 39851. OLE color: 39851.
HSL color Cylindrical-coordinate representation of color #AB9B00: hue angle of 54.39º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB9B00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.33 |
| HSL | 54.39º | 1% | 0.34% | - |
| HSV(B) | 54.39º | 1% | 0.67% | - |
| XYZ | 28.52 | 32.1 | 4.69 | - |
| YUV | 142.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 0 | 0 | 0.09 | 1 | 0.33 | 54.39 | 1 | 0.34 |
| Hex | AB | 9B | 0 | 0 | 9 | 64 | 21 | 36 | 64 | 22 |
| Octal | 253 | 233 | 0 | 0 | 11 | 144 | 41 | 66 | 144 | 42 |
| Binary | 10101011 | 10011011 | 0 | 0 | 1001 | 1100100 | 100001 | 110110 | 1100100 | 100010 |
Color Harmonies of #AB9B00
Complementary color
Monochromatic Colors of #AB9B00
Black with #AB9B00
Text Example
Text Example
White with #AB9B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B00; }
p { color: rgb(171,155,0); }
H1.HeaderClassName
{
color: #AB9B00;
}
.AnyTagClassName
{
color: #AB9B00;
}
</style>
background-color css
<style>
a { background-color: #AB9B00; }
a { background-color: rgb(171,155,0); }
div.DivClassName
{
background-color: #AB9B00;
}
.BgClassName
{
background-color: #AB9B00;
}
</style>
border-color css
<style>
span { border-color: #AB9B00; }
span { border-color: rgb(171,155,0); }
td.TdClassName
{
border-color: #AB9B00;
}
.TagClassName
{
border-color: #AB9B00;
}
</style>