Shades of Citrus #A2BD11
Tints of Citrus #A2BD11
RGB
CMYK
RGB Variations
Color information
#A2BD11 (or 0xA2BD11) is known color: Citrus. HEX triplet: A2, BD and 11. RGB value is (162,189,17). Sum of RGB (Red+Green+Blue) = 162+189+17=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD11 is #5D42EE. Grayscale: #A1A1A1. Windows color (decimal): -6111983 or 1162658. OLE color: 1162658.
HSL color Cylindrical-coordinate representation of color #A2BD11: hue angle of 69.42º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2BD11 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 17 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.26 |
| HSL | 69.42º | 0.83% | 0.4% | - |
| HSV(B) | 69.42º | 0.91% | 0.74% | - |
| XYZ | 33.2 | 44.12 | 7.3 | - |
| YUV | 161.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 17 | 0.14 | 0 | 0.91 | 0.26 | 69.42 | 0.83 | 0.4 |
| Hex | A2 | BD | 11 | E | 0 | 5B | 1A | 45 | 53 | 28 |
| Octal | 242 | 275 | 21 | 16 | 0 | 133 | 32 | 105 | 123 | 50 |
| Binary | 10100010 | 10111101 | 10001 | 1110 | 0 | 1011011 | 11010 | 1000101 | 1010011 | 101000 |
Color Harmonies of #A2BD11
Complementary color
Monochromatic Colors of #A2BD11
Black with #A2BD11
Text Example
Text Example
White with #A2BD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD11; }
p { color: rgb(162,189,17); }
H1.HeaderClassName
{
color: #A2BD11;
}
.AnyTagClassName
{
color: #A2BD11;
}
</style>
background-color css
<style>
a { background-color: #A2BD11; }
a { background-color: rgb(162,189,17); }
div.DivClassName
{
background-color: #A2BD11;
}
.BgClassName
{
background-color: #A2BD11;
}
</style>
border-color css
<style>
span { border-color: #A2BD11; }
span { border-color: rgb(162,189,17); }
td.TdClassName
{
border-color: #A2BD11;
}
.TagClassName
{
border-color: #A2BD11;
}
</style>