Shades of Citrus #A8BC05
Tints of Citrus #A8BC05
RGB
CMYK
RGB Variations
Color information
#A8BC05 (or 0xA8BC05) is known color: Citrus. HEX triplet: A8, BC and 05. RGB value is (168,188,5). Sum of RGB (Red+Green+Blue) = 168+188+5=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC05 is #5743FA. Grayscale: #A1A1A1. Windows color (decimal): -5719035 or 375976. OLE color: 375976.
HSL color Cylindrical-coordinate representation of color #A8BC05: hue angle of 66.56º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8BC05 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.26 |
| HSL | 66.56º | 0.95% | 0.38% | - |
| HSV(B) | 66.56º | 0.97% | 0.74% | - |
| XYZ | 34.16 | 44.3 | 6.89 | - |
| YUV | 161.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 5 | 0.11 | 0 | 0.97 | 0.26 | 66.56 | 0.95 | 0.38 |
| Hex | A8 | BC | 5 | B | 0 | 61 | 1A | 43 | 5F | 26 |
| Octal | 250 | 274 | 5 | 13 | 0 | 141 | 32 | 103 | 137 | 46 |
| Binary | 10101000 | 10111100 | 101 | 1011 | 0 | 1100001 | 11010 | 1000011 | 1011111 | 100110 |
Color Harmonies of #A8BC05
Complementary color
Monochromatic Colors of #A8BC05
Black with #A8BC05
Text Example
Text Example
White with #A8BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC05; }
p { color: rgb(168,188,5); }
H1.HeaderClassName
{
color: #A8BC05;
}
.AnyTagClassName
{
color: #A8BC05;
}
</style>
background-color css
<style>
a { background-color: #A8BC05; }
a { background-color: rgb(168,188,5); }
div.DivClassName
{
background-color: #A8BC05;
}
.BgClassName
{
background-color: #A8BC05;
}
</style>
border-color css
<style>
span { border-color: #A8BC05; }
span { border-color: rgb(168,188,5); }
td.TdClassName
{
border-color: #A8BC05;
}
.TagClassName
{
border-color: #A8BC05;
}
</style>