Shades of Citrus #A7B900
Tints of Citrus #A7B900
RGB
CMYK
RGB Variations
Color information
#A7B900 (or 0xA7B900) is known color: Citrus. HEX triplet: A7, B9 and 00. RGB value is (167,185,0). Sum of RGB (Red+Green+Blue) = 167+185+0=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B900 is #5846FF. Grayscale: #9F9F9F. Windows color (decimal): -5785344 or 47527. OLE color: 47527.
HSL color Cylindrical-coordinate representation of color #A7B900: hue angle of 65.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7B900 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.27 |
| HSL | 65.84º | 1% | 0.36% | - |
| HSV(B) | 65.84º | 1% | 0.73% | - |
| XYZ | 33.29 | 42.91 | 6.53 | - |
| YUV | 158.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 0 | 0.10 | 0 | 1 | 0.27 | 65.84 | 1 | 0.36 |
| Hex | A7 | B9 | 0 | A | 0 | 64 | 1B | 42 | 64 | 24 |
| Octal | 247 | 271 | 0 | 12 | 0 | 144 | 33 | 102 | 144 | 44 |
| Binary | 10100111 | 10111001 | 0 | 1010 | 0 | 1100100 | 11011 | 1000010 | 1100100 | 100100 |
Color Harmonies of #A7B900
Complementary color
Monochromatic Colors of #A7B900
Black with #A7B900
Text Example
Text Example
White with #A7B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B900; }
p { color: rgb(167,185,0); }
H1.HeaderClassName
{
color: #A7B900;
}
.AnyTagClassName
{
color: #A7B900;
}
</style>
background-color css
<style>
a { background-color: #A7B900; }
a { background-color: rgb(167,185,0); }
div.DivClassName
{
background-color: #A7B900;
}
.BgClassName
{
background-color: #A7B900;
}
</style>
border-color css
<style>
span { border-color: #A7B900; }
span { border-color: rgb(167,185,0); }
td.TdClassName
{
border-color: #A7B900;
}
.TagClassName
{
border-color: #A7B900;
}
</style>