Shades of Citrus #A7B505
Tints of Citrus #A7B505
RGB
CMYK
RGB Variations
Color information
#A7B505 (or 0xA7B505) is known color: Citrus. HEX triplet: A7, B5 and 05. RGB value is (167,181,5). Sum of RGB (Red+Green+Blue) = 167+181+5=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B505 is #584AFA. Grayscale: #9D9D9D. Windows color (decimal): -5786363 or 374183. OLE color: 374183.
HSL color Cylindrical-coordinate representation of color #A7B505: hue angle of 64.77º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7B505 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 5 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.29 |
| HSL | 64.77º | 0.95% | 0.36% | - |
| HSV(B) | 64.77º | 0.97% | 0.71% | - |
| XYZ | 32.49 | 41.27 | 6.4 | - |
| YUV | 156.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 5 | 0.08 | 0 | 0.97 | 0.29 | 64.77 | 0.95 | 0.36 |
| Hex | A7 | B5 | 5 | 8 | 0 | 61 | 1D | 41 | 5F | 24 |
| Octal | 247 | 265 | 5 | 10 | 0 | 141 | 35 | 101 | 137 | 44 |
| Binary | 10100111 | 10110101 | 101 | 1000 | 0 | 1100001 | 11101 | 1000001 | 1011111 | 100100 |
Color Harmonies of #A7B505
Complementary color
Monochromatic Colors of #A7B505
Black with #A7B505
Text Example
Text Example
White with #A7B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B505; }
p { color: rgb(167,181,5); }
H1.HeaderClassName
{
color: #A7B505;
}
.AnyTagClassName
{
color: #A7B505;
}
</style>
background-color css
<style>
a { background-color: #A7B505; }
a { background-color: rgb(167,181,5); }
div.DivClassName
{
background-color: #A7B505;
}
.BgClassName
{
background-color: #A7B505;
}
</style>
border-color css
<style>
span { border-color: #A7B505; }
span { border-color: rgb(167,181,5); }
td.TdClassName
{
border-color: #A7B505;
}
.TagClassName
{
border-color: #A7B505;
}
</style>