Shades of Citrus #A7B613
Tints of Citrus #A7B613
RGB
CMYK
RGB Variations
Color information
#A7B613 (or 0xA7B613) is known color: Citrus. HEX triplet: A7, B6 and 13. RGB value is (167,182,19). Sum of RGB (Red+Green+Blue) = 167+182+19=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B613 is #5849EC. Grayscale: #9F9F9F. Windows color (decimal): -5786093 or 1291943. OLE color: 1291943.
HSL color Cylindrical-coordinate representation of color #A7B613: hue angle of 65.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7B613 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 19 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.29 |
| HSL | 65.52º | 0.81% | 0.39% | - |
| HSV(B) | 65.52º | 0.9% | 0.71% | - |
| XYZ | 32.78 | 41.72 | 6.94 | - |
| YUV | 158.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 19 | 0.08 | 0 | 0.90 | 0.29 | 65.52 | 0.81 | 0.39 |
| Hex | A7 | B6 | 13 | 8 | 0 | 5A | 1D | 42 | 51 | 27 |
| Octal | 247 | 266 | 23 | 10 | 0 | 132 | 35 | 102 | 121 | 47 |
| Binary | 10100111 | 10110110 | 10011 | 1000 | 0 | 1011010 | 11101 | 1000010 | 1010001 | 100111 |
Color Harmonies of #A7B613
Complementary color
Monochromatic Colors of #A7B613
Black with #A7B613
Text Example
Text Example
White with #A7B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B613; }
p { color: rgb(167,182,19); }
H1.HeaderClassName
{
color: #A7B613;
}
.AnyTagClassName
{
color: #A7B613;
}
</style>
background-color css
<style>
a { background-color: #A7B613; }
a { background-color: rgb(167,182,19); }
div.DivClassName
{
background-color: #A7B613;
}
.BgClassName
{
background-color: #A7B613;
}
</style>
border-color css
<style>
span { border-color: #A7B613; }
span { border-color: rgb(167,182,19); }
td.TdClassName
{
border-color: #A7B613;
}
.TagClassName
{
border-color: #A7B613;
}
</style>