Shades of Citrus #A8B511
Tints of Citrus #A8B511
RGB
CMYK
RGB Variations
Color information
#A8B511 (or 0xA8B511) is known color: Citrus. HEX triplet: A8, B5 and 11. RGB value is (168,181,17). Sum of RGB (Red+Green+Blue) = 168+181+17=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B511 is #574AEE. Grayscale: #9F9F9F. Windows color (decimal): -5720815 or 1160616. OLE color: 1160616.
HSL color Cylindrical-coordinate representation of color #A8B511: hue angle of 64.76º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8B511 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 17 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.29 |
| HSL | 64.76º | 0.83% | 0.39% | - |
| HSV(B) | 64.76º | 0.91% | 0.71% | - |
| XYZ | 32.77 | 41.41 | 6.8 | - |
| YUV | 158.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 17 | 0.07 | 0 | 0.91 | 0.29 | 64.76 | 0.83 | 0.39 |
| Hex | A8 | B5 | 11 | 7 | 0 | 5B | 1D | 41 | 53 | 27 |
| Octal | 250 | 265 | 21 | 7 | 0 | 133 | 35 | 101 | 123 | 47 |
| Binary | 10101000 | 10110101 | 10001 | 111 | 0 | 1011011 | 11101 | 1000001 | 1010011 | 100111 |
Color Harmonies of #A8B511
Complementary color
Monochromatic Colors of #A8B511
Black with #A8B511
Text Example
Text Example
White with #A8B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B511; }
p { color: rgb(168,181,17); }
H1.HeaderClassName
{
color: #A8B511;
}
.AnyTagClassName
{
color: #A8B511;
}
</style>
background-color css
<style>
a { background-color: #A8B511; }
a { background-color: rgb(168,181,17); }
div.DivClassName
{
background-color: #A8B511;
}
.BgClassName
{
background-color: #A8B511;
}
</style>
border-color css
<style>
span { border-color: #A8B511; }
span { border-color: rgb(168,181,17); }
td.TdClassName
{
border-color: #A8B511;
}
.TagClassName
{
border-color: #A8B511;
}
</style>