Shades of Citrus #A8BD01
Tints of Citrus #A8BD01
RGB
CMYK
RGB Variations
Color information
#A8BD01 (or 0xA8BD01) is known color: Citrus. HEX triplet: A8, BD and 01. RGB value is (168,189,1). Sum of RGB (Red+Green+Blue) = 168+189+1=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD01 is #5742FE. Grayscale: #A2A2A2. Windows color (decimal): -5718783 or 114088. OLE color: 114088.
HSL color Cylindrical-coordinate representation of color #A8BD01: hue angle of 66.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8BD01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.26 |
| HSL | 66.7º | 0.99% | 0.37% | - |
| HSV(B) | 66.7º | 0.99% | 0.74% | - |
| XYZ | 34.35 | 44.72 | 6.85 | - |
| YUV | 161.29 | 37.54 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 1 | 0.11 | 0 | 0.99 | 0.26 | 66.7 | 0.99 | 0.37 |
| Hex | A8 | BD | 1 | B | 0 | 63 | 1A | 43 | 63 | 25 |
| Octal | 250 | 275 | 1 | 13 | 0 | 143 | 32 | 103 | 143 | 45 |
| Binary | 10101000 | 10111101 | 1 | 1011 | 0 | 1100011 | 11010 | 1000011 | 1100011 | 100101 |
Color Harmonies of #A8BD01
Complementary color
Monochromatic Colors of #A8BD01
Black with #A8BD01
Text Example
Text Example
White with #A8BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD01; }
p { color: rgb(168,189,1); }
H1.HeaderClassName
{
color: #A8BD01;
}
.AnyTagClassName
{
color: #A8BD01;
}
</style>
background-color css
<style>
a { background-color: #A8BD01; }
a { background-color: rgb(168,189,1); }
div.DivClassName
{
background-color: #A8BD01;
}
.BgClassName
{
background-color: #A8BD01;
}
</style>
border-color css
<style>
span { border-color: #A8BD01; }
span { border-color: rgb(168,189,1); }
td.TdClassName
{
border-color: #A8BD01;
}
.TagClassName
{
border-color: #A8BD01;
}
</style>