Shades of Citron #A1A72B
Tints of Citron #A1A72B
RGB
CMYK
RGB Variations
Color information
#A1A72B (or 0xA1A72B) is known color: Citron. HEX triplet: A1, A7 and 2B. RGB value is (161,167,43). Sum of RGB (Red+Green+Blue) = 161+167+43=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A72B is #5E58D4. Grayscale: #979797. Windows color (decimal): -6183125 or 2860961. OLE color: 2860961.
HSL color Cylindrical-coordinate representation of color #A1A72B: hue angle of 62.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1A72B is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 43 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.35 |
| HSL | 62.9º | 0.59% | 0.41% | - |
| HSV(B) | 62.9º | 0.74% | 0.65% | - |
| XYZ | 28.95 | 35.39 | 7.59 | - |
| YUV | 151.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 43 | 0.04 | 0 | 0.74 | 0.35 | 62.9 | 0.59 | 0.41 |
| Hex | A1 | A7 | 2B | 4 | 0 | 4A | 23 | 3F | 3B | 29 |
| Octal | 241 | 247 | 53 | 4 | 0 | 112 | 43 | 77 | 73 | 51 |
| Binary | 10100001 | 10100111 | 101011 | 100 | 0 | 1001010 | 100011 | 111111 | 111011 | 101001 |
Color Harmonies of #A1A72B
Complementary color
Monochromatic Colors of #A1A72B
Black with #A1A72B
Text Example
Text Example
White with #A1A72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A72B; }
p { color: rgb(161,167,43); }
H1.HeaderClassName
{
color: #A1A72B;
}
.AnyTagClassName
{
color: #A1A72B;
}
</style>
background-color css
<style>
a { background-color: #A1A72B; }
a { background-color: rgb(161,167,43); }
div.DivClassName
{
background-color: #A1A72B;
}
.BgClassName
{
background-color: #A1A72B;
}
</style>
border-color css
<style>
span { border-color: #A1A72B; }
span { border-color: rgb(161,167,43); }
td.TdClassName
{
border-color: #A1A72B;
}
.TagClassName
{
border-color: #A1A72B;
}
</style>