Shades of Citrus #A7B403
Tints of Citrus #A7B403
RGB
CMYK
RGB Variations
Color information
#A7B403 (or 0xA7B403) is known color: Citrus. HEX triplet: A7, B4 and 03. RGB value is (167,180,3). Sum of RGB (Red+Green+Blue) = 167+180+3=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B403 is #584BFC. Grayscale: #9C9C9C. Windows color (decimal): -5786621 or 242855. OLE color: 242855.
HSL color Cylindrical-coordinate representation of color #A7B403: hue angle of 64.41º 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 #A7B403 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.29 |
| HSL | 64.41º | 0.97% | 0.36% | - |
| HSV(B) | 64.41º | 0.98% | 0.71% | - |
| XYZ | 32.27 | 40.86 | 6.27 | - |
| YUV | 155.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 3 | 0.07 | 0 | 0.98 | 0.29 | 64.41 | 0.97 | 0.36 |
| Hex | A7 | B4 | 3 | 7 | 0 | 62 | 1D | 40 | 61 | 24 |
| Octal | 247 | 264 | 3 | 7 | 0 | 142 | 35 | 100 | 141 | 44 |
| Binary | 10100111 | 10110100 | 11 | 111 | 0 | 1100010 | 11101 | 1000000 | 1100001 | 100100 |
Color Harmonies of #A7B403
Complementary color
Monochromatic Colors of #A7B403
Black with #A7B403
Text Example
Text Example
White with #A7B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B403; }
p { color: rgb(167,180,3); }
H1.HeaderClassName
{
color: #A7B403;
}
.AnyTagClassName
{
color: #A7B403;
}
</style>
background-color css
<style>
a { background-color: #A7B403; }
a { background-color: rgb(167,180,3); }
div.DivClassName
{
background-color: #A7B403;
}
.BgClassName
{
background-color: #A7B403;
}
</style>
border-color css
<style>
span { border-color: #A7B403; }
span { border-color: rgb(167,180,3); }
td.TdClassName
{
border-color: #A7B403;
}
.TagClassName
{
border-color: #A7B403;
}
</style>