Shades of Citrus #A0BD03
Tints of Citrus #A0BD03
RGB
CMYK
RGB Variations
Color information
#A0BD03 (or 0xA0BD03) is known color: Citrus. HEX triplet: A0, BD and 03. RGB value is (160,189,3). Sum of RGB (Red+Green+Blue) = 160+189+3=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD03 is #5F42FC. Grayscale: #9F9F9F. Windows color (decimal): -6243069 or 245152. OLE color: 245152.
HSL color Cylindrical-coordinate representation of color #A0BD03: hue angle of 69.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0BD03 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.26 |
| HSL | 69.35º | 0.97% | 0.38% | - |
| HSV(B) | 69.35º | 0.98% | 0.74% | - |
| XYZ | 32.71 | 43.88 | 6.83 | - |
| YUV | 159.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 3 | 0.15 | 0 | 0.98 | 0.26 | 69.35 | 0.97 | 0.38 |
| Hex | A0 | BD | 3 | F | 0 | 62 | 1A | 45 | 61 | 26 |
| Octal | 240 | 275 | 3 | 17 | 0 | 142 | 32 | 105 | 141 | 46 |
| Binary | 10100000 | 10111101 | 11 | 1111 | 0 | 1100010 | 11010 | 1000101 | 1100001 | 100110 |
Color Harmonies of #A0BD03
Complementary color
Monochromatic Colors of #A0BD03
Black with #A0BD03
Text Example
Text Example
White with #A0BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD03; }
p { color: rgb(160,189,3); }
H1.HeaderClassName
{
color: #A0BD03;
}
.AnyTagClassName
{
color: #A0BD03;
}
</style>
background-color css
<style>
a { background-color: #A0BD03; }
a { background-color: rgb(160,189,3); }
div.DivClassName
{
background-color: #A0BD03;
}
.BgClassName
{
background-color: #A0BD03;
}
</style>
border-color css
<style>
span { border-color: #A0BD03; }
span { border-color: rgb(160,189,3); }
td.TdClassName
{
border-color: #A0BD03;
}
.TagClassName
{
border-color: #A0BD03;
}
</style>