Shades of Lucky #A2A91B
Tints of Lucky #A2A91B
RGB
CMYK
RGB Variations
Color information
#A2A91B (or 0xA2A91B) is known color: Lucky. HEX triplet: A2, A9 and 1B. RGB value is (162,169,27). Sum of RGB (Red+Green+Blue) = 162+169+27=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A91B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A91B is #5D56E4. Grayscale: #979797. Windows color (decimal): -6117093 or 1812898. OLE color: 1812898.
HSL color Cylindrical-coordinate representation of color #A2A91B: hue angle of 62.96º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2A91B is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 27 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.34 |
| HSL | 62.96º | 0.72% | 0.38% | - |
| HSV(B) | 62.96º | 0.84% | 0.66% | - |
| XYZ | 29.29 | 36.14 | 6.47 | - |
| YUV | 150.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 27 | 0.04 | 0 | 0.84 | 0.34 | 62.96 | 0.72 | 0.38 |
| Hex | A2 | A9 | 1B | 4 | 0 | 54 | 22 | 3F | 48 | 26 |
| Octal | 242 | 251 | 33 | 4 | 0 | 124 | 42 | 77 | 110 | 46 |
| Binary | 10100010 | 10101001 | 11011 | 100 | 0 | 1010100 | 100010 | 111111 | 1001000 | 100110 |
Color Harmonies of #A2A91B
Complementary color
Monochromatic Colors of #A2A91B
Black with #A2A91B
Text Example
Text Example
White with #A2A91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A91B; }
p { color: rgb(162,169,27); }
H1.HeaderClassName
{
color: #A2A91B;
}
.AnyTagClassName
{
color: #A2A91B;
}
</style>
background-color css
<style>
a { background-color: #A2A91B; }
a { background-color: rgb(162,169,27); }
div.DivClassName
{
background-color: #A2A91B;
}
.BgClassName
{
background-color: #A2A91B;
}
</style>
border-color css
<style>
span { border-color: #A2A91B; }
span { border-color: rgb(162,169,27); }
td.TdClassName
{
border-color: #A2A91B;
}
.TagClassName
{
border-color: #A2A91B;
}
</style>