Shades of Citrus #A8BF05
Tints of Citrus #A8BF05
RGB
CMYK
RGB Variations
Color information
#A8BF05 (or 0xA8BF05) is known color: Citrus. HEX triplet: A8, BF and 05. RGB value is (168,191,5). Sum of RGB (Red+Green+Blue) = 168+191+5=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF05 is #5740FA. Grayscale: #A3A3A3. Windows color (decimal): -5718267 or 376744. OLE color: 376744.
HSL color Cylindrical-coordinate representation of color #A8BF05: hue angle of 67.42º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8BF05 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.25 |
| HSL | 67.42º | 0.95% | 0.38% | - |
| HSV(B) | 67.42º | 0.97% | 0.75% | - |
| XYZ | 34.81 | 45.6 | 7.11 | - |
| YUV | 162.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 5 | 0.12 | 0 | 0.97 | 0.25 | 67.42 | 0.95 | 0.38 |
| Hex | A8 | BF | 5 | C | 0 | 61 | 19 | 43 | 5F | 26 |
| Octal | 250 | 277 | 5 | 14 | 0 | 141 | 31 | 103 | 137 | 46 |
| Binary | 10101000 | 10111111 | 101 | 1100 | 0 | 1100001 | 11001 | 1000011 | 1011111 | 100110 |
Color Harmonies of #A8BF05
Complementary color
Monochromatic Colors of #A8BF05
Black with #A8BF05
Text Example
Text Example
White with #A8BF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF05; }
p { color: rgb(168,191,5); }
H1.HeaderClassName
{
color: #A8BF05;
}
.AnyTagClassName
{
color: #A8BF05;
}
</style>
background-color css
<style>
a { background-color: #A8BF05; }
a { background-color: rgb(168,191,5); }
div.DivClassName
{
background-color: #A8BF05;
}
.BgClassName
{
background-color: #A8BF05;
}
</style>
border-color css
<style>
span { border-color: #A8BF05; }
span { border-color: rgb(168,191,5); }
td.TdClassName
{
border-color: #A8BF05;
}
.TagClassName
{
border-color: #A8BF05;
}
</style>