Shades of Citrus #A8B901
Tints of Citrus #A8B901
RGB
CMYK
RGB Variations
Color information
#A8B901 (or 0xA8B901) is known color: Citrus. HEX triplet: A8, B9 and 01. RGB value is (168,185,1). Sum of RGB (Red+Green+Blue) = 168+185+1=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B901 is #5746FE. Grayscale: #9F9F9F. Windows color (decimal): -5719807 or 113064. OLE color: 113064.
HSL color Cylindrical-coordinate representation of color #A8B901: hue angle of 65.54º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8B901 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.27 |
| HSL | 65.54º | 0.99% | 0.36% | - |
| HSV(B) | 65.54º | 0.99% | 0.73% | - |
| XYZ | 33.5 | 43.02 | 6.57 | - |
| YUV | 158.94 | 38.87 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 1 | 0.09 | 0 | 0.99 | 0.27 | 65.54 | 0.99 | 0.36 |
| Hex | A8 | B9 | 1 | 9 | 0 | 63 | 1B | 42 | 63 | 24 |
| Octal | 250 | 271 | 1 | 11 | 0 | 143 | 33 | 102 | 143 | 44 |
| Binary | 10101000 | 10111001 | 1 | 1001 | 0 | 1100011 | 11011 | 1000010 | 1100011 | 100100 |
Color Harmonies of #A8B901
Complementary color
Monochromatic Colors of #A8B901
Black with #A8B901
Text Example
Text Example
White with #A8B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B901; }
p { color: rgb(168,185,1); }
H1.HeaderClassName
{
color: #A8B901;
}
.AnyTagClassName
{
color: #A8B901;
}
</style>
background-color css
<style>
a { background-color: #A8B901; }
a { background-color: rgb(168,185,1); }
div.DivClassName
{
background-color: #A8B901;
}
.BgClassName
{
background-color: #A8B901;
}
</style>
border-color css
<style>
span { border-color: #A8B901; }
span { border-color: rgb(168,185,1); }
td.TdClassName
{
border-color: #A8B901;
}
.TagClassName
{
border-color: #A8B901;
}
</style>