Shades of Citrus #A8BC0D
Tints of Citrus #A8BC0D
RGB
CMYK
RGB Variations
Color information
#A8BC0D (or 0xA8BC0D) is known color: Citrus. HEX triplet: A8, BC and 0D. RGB value is (168,188,13). Sum of RGB (Red+Green+Blue) = 168+188+13=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC0D is #5743F2. Grayscale: #A2A2A2. Windows color (decimal): -5719027 or 900264. OLE color: 900264.
HSL color Cylindrical-coordinate representation of color #A8BC0D: hue angle of 66.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8BC0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.26 |
| HSL | 66.86º | 0.87% | 0.39% | - |
| HSV(B) | 66.86º | 0.93% | 0.74% | - |
| XYZ | 34.2 | 44.32 | 7.13 | - |
| YUV | 162.07 | 43.87 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 13 | 0.11 | 0 | 0.93 | 0.26 | 66.86 | 0.87 | 0.39 |
| Hex | A8 | BC | D | B | 0 | 5D | 1A | 43 | 57 | 27 |
| Octal | 250 | 274 | 15 | 13 | 0 | 135 | 32 | 103 | 127 | 47 |
| Binary | 10101000 | 10111100 | 1101 | 1011 | 0 | 1011101 | 11010 | 1000011 | 1010111 | 100111 |
Color Harmonies of #A8BC0D
Complementary color
Monochromatic Colors of #A8BC0D
Black with #A8BC0D
Text Example
Text Example
White with #A8BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC0D; }
p { color: rgb(168,188,13); }
H1.HeaderClassName
{
color: #A8BC0D;
}
.AnyTagClassName
{
color: #A8BC0D;
}
</style>
background-color css
<style>
a { background-color: #A8BC0D; }
a { background-color: rgb(168,188,13); }
div.DivClassName
{
background-color: #A8BC0D;
}
.BgClassName
{
background-color: #A8BC0D;
}
</style>
border-color css
<style>
span { border-color: #A8BC0D; }
span { border-color: rgb(168,188,13); }
td.TdClassName
{
border-color: #A8BC0D;
}
.TagClassName
{
border-color: #A8BC0D;
}
</style>