Shades of Citrus #A3BC0E
Tints of Citrus #A3BC0E
RGB
CMYK
RGB Variations
Color information
#A3BC0E (or 0xA3BC0E) is known color: Citrus. HEX triplet: A3, BC and 0E. RGB value is (163,188,14). Sum of RGB (Red+Green+Blue) = 163+188+14=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BC0E is #5C43F1. Grayscale: #A1A1A1. Windows color (decimal): -6046706 or 965795. OLE color: 965795.
HSL color Cylindrical-coordinate representation of color #A3BC0E: hue angle of 68.62º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3BC0E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 14 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.26 |
| HSL | 68.62º | 0.86% | 0.4% | - |
| HSV(B) | 68.62º | 0.93% | 0.74% | - |
| XYZ | 33.17 | 43.78 | 7.12 | - |
| YUV | 160.69 | 45.22 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 14 | 0.13 | 0 | 0.93 | 0.26 | 68.62 | 0.86 | 0.4 |
| Hex | A3 | BC | E | D | 0 | 5D | 1A | 45 | 56 | 28 |
| Octal | 243 | 274 | 16 | 15 | 0 | 135 | 32 | 105 | 126 | 50 |
| Binary | 10100011 | 10111100 | 1110 | 1101 | 0 | 1011101 | 11010 | 1000101 | 1010110 | 101000 |
Color Harmonies of #A3BC0E
Complementary color
Monochromatic Colors of #A3BC0E
Black with #A3BC0E
Text Example
Text Example
White with #A3BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC0E; }
p { color: rgb(163,188,14); }
H1.HeaderClassName
{
color: #A3BC0E;
}
.AnyTagClassName
{
color: #A3BC0E;
}
</style>
background-color css
<style>
a { background-color: #A3BC0E; }
a { background-color: rgb(163,188,14); }
div.DivClassName
{
background-color: #A3BC0E;
}
.BgClassName
{
background-color: #A3BC0E;
}
</style>
border-color css
<style>
span { border-color: #A3BC0E; }
span { border-color: rgb(163,188,14); }
td.TdClassName
{
border-color: #A3BC0E;
}
.TagClassName
{
border-color: #A3BC0E;
}
</style>