Shades of Citrus #A7B503
Tints of Citrus #A7B503
RGB
CMYK
RGB Variations
Color information
#A7B503 (or 0xA7B503) is known color: Citrus. HEX triplet: A7, B5 and 03. RGB value is (167,181,3). Sum of RGB (Red+Green+Blue) = 167+181+3=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B503 is #584AFC. Grayscale: #9D9D9D. Windows color (decimal): -5786365 or 243111. OLE color: 243111.
HSL color Cylindrical-coordinate representation of color #A7B503: hue angle of 64.72º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7B503 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.29 |
| HSL | 64.72º | 0.97% | 0.36% | - |
| HSV(B) | 64.72º | 0.98% | 0.71% | - |
| XYZ | 32.48 | 41.27 | 6.34 | - |
| YUV | 156.52 | 41.36 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 3 | 0.08 | 0 | 0.98 | 0.29 | 64.72 | 0.97 | 0.36 |
| Hex | A7 | B5 | 3 | 8 | 0 | 62 | 1D | 41 | 61 | 24 |
| Octal | 247 | 265 | 3 | 10 | 0 | 142 | 35 | 101 | 141 | 44 |
| Binary | 10100111 | 10110101 | 11 | 1000 | 0 | 1100010 | 11101 | 1000001 | 1100001 | 100100 |
Color Harmonies of #A7B503
Complementary color
Monochromatic Colors of #A7B503
Black with #A7B503
Text Example
Text Example
White with #A7B503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B503; }
p { color: rgb(167,181,3); }
H1.HeaderClassName
{
color: #A7B503;
}
.AnyTagClassName
{
color: #A7B503;
}
</style>
background-color css
<style>
a { background-color: #A7B503; }
a { background-color: rgb(167,181,3); }
div.DivClassName
{
background-color: #A7B503;
}
.BgClassName
{
background-color: #A7B503;
}
</style>
border-color css
<style>
span { border-color: #A7B503; }
span { border-color: rgb(167,181,3); }
td.TdClassName
{
border-color: #A7B503;
}
.TagClassName
{
border-color: #A7B503;
}
</style>