Shades of Citrus #A3BC11
Tints of Citrus #A3BC11
RGB
CMYK
RGB Variations
Color information
#A3BC11 (or 0xA3BC11) is known color: Citrus. HEX triplet: A3, BC and 11. RGB value is (163,188,17). Sum of RGB (Red+Green+Blue) = 163+188+17=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BC11 is #5C43EE. Grayscale: #A1A1A1. Windows color (decimal): -6046703 or 1162403. OLE color: 1162403.
HSL color Cylindrical-coordinate representation of color #A3BC11: hue angle of 68.77º 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 #A3BC11 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 17 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.26 |
| HSL | 68.77º | 0.83% | 0.4% | - |
| HSV(B) | 68.77º | 0.91% | 0.74% | - |
| XYZ | 33.19 | 43.79 | 7.23 | - |
| YUV | 161.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 17 | 0.13 | 0 | 0.91 | 0.26 | 68.77 | 0.83 | 0.4 |
| Hex | A3 | BC | 11 | D | 0 | 5B | 1A | 45 | 53 | 28 |
| Octal | 243 | 274 | 21 | 15 | 0 | 133 | 32 | 105 | 123 | 50 |
| Binary | 10100011 | 10111100 | 10001 | 1101 | 0 | 1011011 | 11010 | 1000101 | 1010011 | 101000 |
Color Harmonies of #A3BC11
Complementary color
Monochromatic Colors of #A3BC11
Black with #A3BC11
Text Example
Text Example
White with #A3BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC11; }
p { color: rgb(163,188,17); }
H1.HeaderClassName
{
color: #A3BC11;
}
.AnyTagClassName
{
color: #A3BC11;
}
</style>
background-color css
<style>
a { background-color: #A3BC11; }
a { background-color: rgb(163,188,17); }
div.DivClassName
{
background-color: #A3BC11;
}
.BgClassName
{
background-color: #A3BC11;
}
</style>
border-color css
<style>
span { border-color: #A3BC11; }
span { border-color: rgb(163,188,17); }
td.TdClassName
{
border-color: #A3BC11;
}
.TagClassName
{
border-color: #A3BC11;
}
</style>