Shades of Citrus #A8BD00
Tints of Citrus #A8BD00
RGB
CMYK
RGB Variations
Color information
#A8BD00 (or 0xA8BD00) is known color: Citrus. HEX triplet: A8, BD and 00. RGB value is (168,189,0). Sum of RGB (Red+Green+Blue) = 168+189+0=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD00 is #5742FF. Grayscale: #A1A1A1. Windows color (decimal): -5718784 or 48552. OLE color: 48552.
HSL color Cylindrical-coordinate representation of color #A8BD00: hue angle of 66.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8BD00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.26 |
| HSL | 66.67º | 1% | 0.37% | - |
| HSV(B) | 66.67º | 1% | 0.74% | - |
| XYZ | 34.35 | 44.72 | 6.82 | - |
| YUV | 161.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 0 | 0.11 | 0 | 1 | 0.26 | 66.67 | 1 | 0.37 |
| Hex | A8 | BD | 0 | B | 0 | 64 | 1A | 43 | 64 | 25 |
| Octal | 250 | 275 | 0 | 13 | 0 | 144 | 32 | 103 | 144 | 45 |
| Binary | 10101000 | 10111101 | 0 | 1011 | 0 | 1100100 | 11010 | 1000011 | 1100100 | 100101 |
Color Harmonies of #A8BD00
Complementary color
Monochromatic Colors of #A8BD00
Black with #A8BD00
Text Example
Text Example
White with #A8BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD00; }
p { color: rgb(168,189,0); }
H1.HeaderClassName
{
color: #A8BD00;
}
.AnyTagClassName
{
color: #A8BD00;
}
</style>
background-color css
<style>
a { background-color: #A8BD00; }
a { background-color: rgb(168,189,0); }
div.DivClassName
{
background-color: #A8BD00;
}
.BgClassName
{
background-color: #A8BD00;
}
</style>
border-color css
<style>
span { border-color: #A8BD00; }
span { border-color: rgb(168,189,0); }
td.TdClassName
{
border-color: #A8BD00;
}
.TagClassName
{
border-color: #A8BD00;
}
</style>