Shades of Citrus #A3BD12
Tints of Citrus #A3BD12
RGB
CMYK
RGB Variations
Color information
#A3BD12 (or 0xA3BD12) is known color: Citrus. HEX triplet: A3, BD and 12. RGB value is (163,189,18). Sum of RGB (Red+Green+Blue) = 163+189+18=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD12 is #5C42ED. Grayscale: #A2A2A2. Windows color (decimal): -6046446 or 1228195. OLE color: 1228195.
HSL color Cylindrical-coordinate representation of color #A3BD12: hue angle of 69.12º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3BD12 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 18 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.26 |
| HSL | 69.12º | 0.83% | 0.41% | - |
| HSV(B) | 69.12º | 0.9% | 0.74% | - |
| XYZ | 33.41 | 44.23 | 7.35 | - |
| YUV | 161.73 | 46.89 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 18 | 0.14 | 0 | 0.90 | 0.26 | 69.12 | 0.83 | 0.41 |
| Hex | A3 | BD | 12 | E | 0 | 5A | 1A | 45 | 53 | 29 |
| Octal | 243 | 275 | 22 | 16 | 0 | 132 | 32 | 105 | 123 | 51 |
| Binary | 10100011 | 10111101 | 10010 | 1110 | 0 | 1011010 | 11010 | 1000101 | 1010011 | 101001 |
Color Harmonies of #A3BD12
Complementary color
Monochromatic Colors of #A3BD12
Black with #A3BD12
Text Example
Text Example
White with #A3BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD12; }
p { color: rgb(163,189,18); }
H1.HeaderClassName
{
color: #A3BD12;
}
.AnyTagClassName
{
color: #A3BD12;
}
</style>
background-color css
<style>
a { background-color: #A3BD12; }
a { background-color: rgb(163,189,18); }
div.DivClassName
{
background-color: #A3BD12;
}
.BgClassName
{
background-color: #A3BD12;
}
</style>
border-color css
<style>
span { border-color: #A3BD12; }
span { border-color: rgb(163,189,18); }
td.TdClassName
{
border-color: #A3BD12;
}
.TagClassName
{
border-color: #A3BD12;
}
</style>