Shades of Citrus #A8B702
Tints of Citrus #A8B702
RGB
CMYK
RGB Variations
Color information
#A8B702 (or 0xA8B702) is known color: Citrus. HEX triplet: A8, B7 and 02. RGB value is (168,183,2). Sum of RGB (Red+Green+Blue) = 168+183+2=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B702 is #5748FD. Grayscale: #9E9E9E. Windows color (decimal): -5720318 or 178088. OLE color: 178088.
HSL color Cylindrical-coordinate representation of color #A8B702: hue angle of 64.97º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8B702 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.28 |
| HSL | 64.97º | 0.98% | 0.36% | - |
| HSV(B) | 64.97º | 0.99% | 0.72% | - |
| XYZ | 33.09 | 42.2 | 6.46 | - |
| YUV | 157.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 2 | 0.08 | 0 | 0.99 | 0.28 | 64.97 | 0.98 | 0.36 |
| Hex | A8 | B7 | 2 | 8 | 0 | 63 | 1C | 41 | 62 | 24 |
| Octal | 250 | 267 | 2 | 10 | 0 | 143 | 34 | 101 | 142 | 44 |
| Binary | 10101000 | 10110111 | 10 | 1000 | 0 | 1100011 | 11100 | 1000001 | 1100010 | 100100 |
Color Harmonies of #A8B702
Complementary color
Monochromatic Colors of #A8B702
Black with #A8B702
Text Example
Text Example
White with #A8B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B702; }
p { color: rgb(168,183,2); }
H1.HeaderClassName
{
color: #A8B702;
}
.AnyTagClassName
{
color: #A8B702;
}
</style>
background-color css
<style>
a { background-color: #A8B702; }
a { background-color: rgb(168,183,2); }
div.DivClassName
{
background-color: #A8B702;
}
.BgClassName
{
background-color: #A8B702;
}
</style>
border-color css
<style>
span { border-color: #A8B702; }
span { border-color: rgb(168,183,2); }
td.TdClassName
{
border-color: #A8B702;
}
.TagClassName
{
border-color: #A8B702;
}
</style>