Shades of Citrus #A8B90F
Tints of Citrus #A8B90F
RGB
CMYK
RGB Variations
Color information
#A8B90F (or 0xA8B90F) is known color: Citrus. HEX triplet: A8, B9 and 0F. RGB value is (168,185,15). Sum of RGB (Red+Green+Blue) = 168+185+15=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B90F is #5746F0. Grayscale: #A1A1A1. Windows color (decimal): -5719793 or 1030568. OLE color: 1030568.
HSL color Cylindrical-coordinate representation of color #A8B90F: hue angle of 66º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8B90F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 15 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.27 |
| HSL | 66º | 0.85% | 0.39% | - |
| HSV(B) | 66º | 0.92% | 0.73% | - |
| XYZ | 33.58 | 43.06 | 6.99 | - |
| YUV | 160.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 15 | 0.09 | 0 | 0.92 | 0.27 | 66 | 0.85 | 0.39 |
| Hex | A8 | B9 | F | 9 | 0 | 5C | 1B | 42 | 55 | 27 |
| Octal | 250 | 271 | 17 | 11 | 0 | 134 | 33 | 102 | 125 | 47 |
| Binary | 10101000 | 10111001 | 1111 | 1001 | 0 | 1011100 | 11011 | 1000010 | 1010101 | 100111 |
Color Harmonies of #A8B90F
Complementary color
Monochromatic Colors of #A8B90F
Black with #A8B90F
Text Example
Text Example
White with #A8B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B90F; }
p { color: rgb(168,185,15); }
H1.HeaderClassName
{
color: #A8B90F;
}
.AnyTagClassName
{
color: #A8B90F;
}
</style>
background-color css
<style>
a { background-color: #A8B90F; }
a { background-color: rgb(168,185,15); }
div.DivClassName
{
background-color: #A8B90F;
}
.BgClassName
{
background-color: #A8B90F;
}
</style>
border-color css
<style>
span { border-color: #A8B90F; }
span { border-color: rgb(168,185,15); }
td.TdClassName
{
border-color: #A8B90F;
}
.TagClassName
{
border-color: #A8B90F;
}
</style>