Shades of Citrus #A8B407
Tints of Citrus #A8B407
RGB
CMYK
RGB Variations
Color information
#A8B407 (or 0xA8B407) is known color: Citrus. HEX triplet: A8, B4 and 07. RGB value is (168,180,7). Sum of RGB (Red+Green+Blue) = 168+180+7=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B407 is #574BF8. Grayscale: #9D9D9D. Windows color (decimal): -5721081 or 505000. OLE color: 505000.
HSL color Cylindrical-coordinate representation of color #A8B407: hue angle of 64.16º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8B407 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 7 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.29 |
| HSL | 64.16º | 0.93% | 0.37% | - |
| HSV(B) | 64.16º | 0.96% | 0.71% | - |
| XYZ | 32.51 | 40.98 | 6.4 | - |
| YUV | 156.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 7 | 0.07 | 0 | 0.96 | 0.29 | 64.16 | 0.93 | 0.37 |
| Hex | A8 | B4 | 7 | 7 | 0 | 60 | 1D | 40 | 5D | 25 |
| Octal | 250 | 264 | 7 | 7 | 0 | 140 | 35 | 100 | 135 | 45 |
| Binary | 10101000 | 10110100 | 111 | 111 | 0 | 1100000 | 11101 | 1000000 | 1011101 | 100101 |
Color Harmonies of #A8B407
Complementary color
Monochromatic Colors of #A8B407
Black with #A8B407
Text Example
Text Example
White with #A8B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B407; }
p { color: rgb(168,180,7); }
H1.HeaderClassName
{
color: #A8B407;
}
.AnyTagClassName
{
color: #A8B407;
}
</style>
background-color css
<style>
a { background-color: #A8B407; }
a { background-color: rgb(168,180,7); }
div.DivClassName
{
background-color: #A8B407;
}
.BgClassName
{
background-color: #A8B407;
}
</style>
border-color css
<style>
span { border-color: #A8B407; }
span { border-color: rgb(168,180,7); }
td.TdClassName
{
border-color: #A8B407;
}
.TagClassName
{
border-color: #A8B407;
}
</style>