Shades of Citrus #A8B410
Tints of Citrus #A8B410
RGB
CMYK
RGB Variations
Color information
#A8B410 (or 0xA8B410) is known color: Citrus. HEX triplet: A8, B4 and 10. RGB value is (168,180,16). Sum of RGB (Red+Green+Blue) = 168+180+16=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B410 is #574BEF. Grayscale: #9E9E9E. Windows color (decimal): -5721072 or 1094824. OLE color: 1094824.
HSL color Cylindrical-coordinate representation of color #A8B410: hue angle of 64.39º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8B410 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.29 |
| HSL | 64.39º | 0.84% | 0.38% | - |
| HSV(B) | 64.39º | 0.91% | 0.71% | - |
| XYZ | 32.56 | 41 | 6.69 | - |
| YUV | 157.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 16 | 0.07 | 0 | 0.91 | 0.29 | 64.39 | 0.84 | 0.38 |
| Hex | A8 | B4 | 10 | 7 | 0 | 5B | 1D | 40 | 54 | 26 |
| Octal | 250 | 264 | 20 | 7 | 0 | 133 | 35 | 100 | 124 | 46 |
| Binary | 10101000 | 10110100 | 10000 | 111 | 0 | 1011011 | 11101 | 1000000 | 1010100 | 100110 |
Color Harmonies of #A8B410
Complementary color
Monochromatic Colors of #A8B410
Black with #A8B410
Text Example
Text Example
White with #A8B410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B410; }
p { color: rgb(168,180,16); }
H1.HeaderClassName
{
color: #A8B410;
}
.AnyTagClassName
{
color: #A8B410;
}
</style>
background-color css
<style>
a { background-color: #A8B410; }
a { background-color: rgb(168,180,16); }
div.DivClassName
{
background-color: #A8B410;
}
.BgClassName
{
background-color: #A8B410;
}
</style>
border-color css
<style>
span { border-color: #A8B410; }
span { border-color: rgb(168,180,16); }
td.TdClassName
{
border-color: #A8B410;
}
.TagClassName
{
border-color: #A8B410;
}
</style>