Shades of Citrus #A8BC03
Tints of Citrus #A8BC03
RGB
CMYK
RGB Variations
Color information
#A8BC03 (or 0xA8BC03) is known color: Citrus. HEX triplet: A8, BC and 03. RGB value is (168,188,3). Sum of RGB (Red+Green+Blue) = 168+188+3=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC03 is #5743FC. Grayscale: #A1A1A1. Windows color (decimal): -5719037 or 244904. OLE color: 244904.
HSL color Cylindrical-coordinate representation of color #A8BC03: hue angle of 66.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8BC03 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.26 |
| HSL | 66.49º | 0.97% | 0.37% | - |
| HSV(B) | 66.49º | 0.98% | 0.74% | - |
| XYZ | 34.15 | 44.3 | 6.84 | - |
| YUV | 160.93 | 38.87 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 3 | 0.11 | 0 | 0.98 | 0.26 | 66.49 | 0.97 | 0.37 |
| Hex | A8 | BC | 3 | B | 0 | 62 | 1A | 42 | 61 | 25 |
| Octal | 250 | 274 | 3 | 13 | 0 | 142 | 32 | 102 | 141 | 45 |
| Binary | 10101000 | 10111100 | 11 | 1011 | 0 | 1100010 | 11010 | 1000010 | 1100001 | 100101 |
Color Harmonies of #A8BC03
Complementary color
Monochromatic Colors of #A8BC03
Black with #A8BC03
Text Example
Text Example
White with #A8BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC03; }
p { color: rgb(168,188,3); }
H1.HeaderClassName
{
color: #A8BC03;
}
.AnyTagClassName
{
color: #A8BC03;
}
</style>
background-color css
<style>
a { background-color: #A8BC03; }
a { background-color: rgb(168,188,3); }
div.DivClassName
{
background-color: #A8BC03;
}
.BgClassName
{
background-color: #A8BC03;
}
</style>
border-color css
<style>
span { border-color: #A8BC03; }
span { border-color: rgb(168,188,3); }
td.TdClassName
{
border-color: #A8BC03;
}
.TagClassName
{
border-color: #A8BC03;
}
</style>