Shades of Citrus #A8B710
Tints of Citrus #A8B710
RGB
CMYK
RGB Variations
Color information
#A8B710 (or 0xA8B710) is known color: Citrus. HEX triplet: A8, B7 and 10. RGB value is (168,183,16). Sum of RGB (Red+Green+Blue) = 168+183+16=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B710 is #5748EF. Grayscale: #A0A0A0. Windows color (decimal): -5720304 or 1095592. OLE color: 1095592.
HSL color Cylindrical-coordinate representation of color #A8B710: hue angle of 65.39º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8B710 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 16 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.28 |
| HSL | 65.39º | 0.84% | 0.39% | - |
| HSV(B) | 65.39º | 0.91% | 0.72% | - |
| XYZ | 33.18 | 42.23 | 6.89 | - |
| YUV | 159.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 16 | 0.08 | 0 | 0.91 | 0.28 | 65.39 | 0.84 | 0.39 |
| Hex | A8 | B7 | 10 | 8 | 0 | 5B | 1C | 41 | 54 | 27 |
| Octal | 250 | 267 | 20 | 10 | 0 | 133 | 34 | 101 | 124 | 47 |
| Binary | 10101000 | 10110111 | 10000 | 1000 | 0 | 1011011 | 11100 | 1000001 | 1010100 | 100111 |
Color Harmonies of #A8B710
Complementary color
Monochromatic Colors of #A8B710
Black with #A8B710
Text Example
Text Example
White with #A8B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B710; }
p { color: rgb(168,183,16); }
H1.HeaderClassName
{
color: #A8B710;
}
.AnyTagClassName
{
color: #A8B710;
}
</style>
background-color css
<style>
a { background-color: #A8B710; }
a { background-color: rgb(168,183,16); }
div.DivClassName
{
background-color: #A8B710;
}
.BgClassName
{
background-color: #A8B710;
}
</style>
border-color css
<style>
span { border-color: #A8B710; }
span { border-color: rgb(168,183,16); }
td.TdClassName
{
border-color: #A8B710;
}
.TagClassName
{
border-color: #A8B710;
}
</style>