Shades of Citrus #A8BC09
Tints of Citrus #A8BC09
RGB
CMYK
RGB Variations
Color information
#A8BC09 (or 0xA8BC09) is known color: Citrus. HEX triplet: A8, BC and 09. RGB value is (168,188,9). Sum of RGB (Red+Green+Blue) = 168+188+9=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC09 is #5743F6. Grayscale: #A2A2A2. Windows color (decimal): -5719031 or 638120. OLE color: 638120.
HSL color Cylindrical-coordinate representation of color #A8BC09: hue angle of 66.7º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8BC09 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 9 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.26 |
| HSL | 66.7º | 0.91% | 0.39% | - |
| HSV(B) | 66.7º | 0.95% | 0.74% | - |
| XYZ | 34.18 | 44.31 | 7.01 | - |
| YUV | 161.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 9 | 0.11 | 0 | 0.95 | 0.26 | 66.7 | 0.91 | 0.39 |
| Hex | A8 | BC | 9 | B | 0 | 5F | 1A | 43 | 5B | 27 |
| Octal | 250 | 274 | 11 | 13 | 0 | 137 | 32 | 103 | 133 | 47 |
| Binary | 10101000 | 10111100 | 1001 | 1011 | 0 | 1011111 | 11010 | 1000011 | 1011011 | 100111 |
Color Harmonies of #A8BC09
Complementary color
Monochromatic Colors of #A8BC09
Black with #A8BC09
Text Example
Text Example
White with #A8BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC09; }
p { color: rgb(168,188,9); }
H1.HeaderClassName
{
color: #A8BC09;
}
.AnyTagClassName
{
color: #A8BC09;
}
</style>
background-color css
<style>
a { background-color: #A8BC09; }
a { background-color: rgb(168,188,9); }
div.DivClassName
{
background-color: #A8BC09;
}
.BgClassName
{
background-color: #A8BC09;
}
</style>
border-color css
<style>
span { border-color: #A8BC09; }
span { border-color: rgb(168,188,9); }
td.TdClassName
{
border-color: #A8BC09;
}
.TagClassName
{
border-color: #A8BC09;
}
</style>