Shades of Citrus #A3BF00
Tints of Citrus #A3BF00
RGB
CMYK
RGB Variations
Color information
#A3BF00 (or 0xA3BF00) is known color: Citrus. HEX triplet: A3, BF and 00. RGB value is (163,191,0). Sum of RGB (Red+Green+Blue) = 163+191+0=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BF00 is #5C40FF. Grayscale: #A1A1A1. Windows color (decimal): -6045952 or 49059. OLE color: 49059.
HSL color Cylindrical-coordinate representation of color #A3BF00: hue angle of 68.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3BF00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.25 |
| HSL | 68.8º | 1% | 0.37% | - |
| HSV(B) | 68.8º | 1% | 0.75% | - |
| XYZ | 33.74 | 45.05 | 6.92 | - |
| YUV | 160.85 | 37.22 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 0 | 0.15 | 0 | 1 | 0.25 | 68.8 | 1 | 0.37 |
| Hex | A3 | BF | 0 | F | 0 | 64 | 19 | 45 | 64 | 25 |
| Octal | 243 | 277 | 0 | 17 | 0 | 144 | 31 | 105 | 144 | 45 |
| Binary | 10100011 | 10111111 | 0 | 1111 | 0 | 1100100 | 11001 | 1000101 | 1100100 | 100101 |
Color Harmonies of #A3BF00
Complementary color
Monochromatic Colors of #A3BF00
Black with #A3BF00
Text Example
Text Example
White with #A3BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF00; }
p { color: rgb(163,191,0); }
H1.HeaderClassName
{
color: #A3BF00;
}
.AnyTagClassName
{
color: #A3BF00;
}
</style>
background-color css
<style>
a { background-color: #A3BF00; }
a { background-color: rgb(163,191,0); }
div.DivClassName
{
background-color: #A3BF00;
}
.BgClassName
{
background-color: #A3BF00;
}
</style>
border-color css
<style>
span { border-color: #A3BF00; }
span { border-color: rgb(163,191,0); }
td.TdClassName
{
border-color: #A3BF00;
}
.TagClassName
{
border-color: #A3BF00;
}
</style>