Shades of Citrus #A3BD01
Tints of Citrus #A3BD01
RGB
CMYK
RGB Variations
Color information
#A3BD01 (or 0xA3BD01) is known color: Citrus. HEX triplet: A3, BD and 01. RGB value is (163,189,1). Sum of RGB (Red+Green+Blue) = 163+189+1=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD01 is #5C42FE. Grayscale: #A0A0A0. Windows color (decimal): -6046463 or 114083. OLE color: 114083.
HSL color Cylindrical-coordinate representation of color #A3BD01: hue angle of 68.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3BD01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.26 |
| HSL | 68.3º | 0.99% | 0.37% | - |
| HSV(B) | 68.3º | 0.99% | 0.74% | - |
| XYZ | 33.31 | 44.18 | 6.8 | - |
| YUV | 159.79 | 38.39 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 1 | 0.14 | 0 | 0.99 | 0.26 | 68.3 | 0.99 | 0.37 |
| Hex | A3 | BD | 1 | E | 0 | 63 | 1A | 44 | 63 | 25 |
| Octal | 243 | 275 | 1 | 16 | 0 | 143 | 32 | 104 | 143 | 45 |
| Binary | 10100011 | 10111101 | 1 | 1110 | 0 | 1100011 | 11010 | 1000100 | 1100011 | 100101 |
Color Harmonies of #A3BD01
Complementary color
Monochromatic Colors of #A3BD01
Black with #A3BD01
Text Example
Text Example
White with #A3BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD01; }
p { color: rgb(163,189,1); }
H1.HeaderClassName
{
color: #A3BD01;
}
.AnyTagClassName
{
color: #A3BD01;
}
</style>
background-color css
<style>
a { background-color: #A3BD01; }
a { background-color: rgb(163,189,1); }
div.DivClassName
{
background-color: #A3BD01;
}
.BgClassName
{
background-color: #A3BD01;
}
</style>
border-color css
<style>
span { border-color: #A3BD01; }
span { border-color: rgb(163,189,1); }
td.TdClassName
{
border-color: #A3BD01;
}
.TagClassName
{
border-color: #A3BD01;
}
</style>