Shades of Citrus #A7B511
Tints of Citrus #A7B511
RGB
CMYK
RGB Variations
Color information
#A7B511 (or 0xA7B511) is known color: Citrus. HEX triplet: A7, B5 and 11. RGB value is (167,181,17). Sum of RGB (Red+Green+Blue) = 167+181+17=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B511 is #584AEE. Grayscale: #9E9E9E. Windows color (decimal): -5786351 or 1160615. OLE color: 1160615.
HSL color Cylindrical-coordinate representation of color #A7B511: hue angle of 65.12º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7B511 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 17 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.29 |
| HSL | 65.12º | 0.83% | 0.39% | - |
| HSV(B) | 65.12º | 0.91% | 0.71% | - |
| XYZ | 32.56 | 41.3 | 6.79 | - |
| YUV | 158.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 17 | 0.08 | 0 | 0.91 | 0.29 | 65.12 | 0.83 | 0.39 |
| Hex | A7 | B5 | 11 | 8 | 0 | 5B | 1D | 41 | 53 | 27 |
| Octal | 247 | 265 | 21 | 10 | 0 | 133 | 35 | 101 | 123 | 47 |
| Binary | 10100111 | 10110101 | 10001 | 1000 | 0 | 1011011 | 11101 | 1000001 | 1010011 | 100111 |
Color Harmonies of #A7B511
Complementary color
Monochromatic Colors of #A7B511
Black with #A7B511
Text Example
Text Example
White with #A7B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B511; }
p { color: rgb(167,181,17); }
H1.HeaderClassName
{
color: #A7B511;
}
.AnyTagClassName
{
color: #A7B511;
}
</style>
background-color css
<style>
a { background-color: #A7B511; }
a { background-color: rgb(167,181,17); }
div.DivClassName
{
background-color: #A7B511;
}
.BgClassName
{
background-color: #A7B511;
}
</style>
border-color css
<style>
span { border-color: #A7B511; }
span { border-color: rgb(167,181,17); }
td.TdClassName
{
border-color: #A7B511;
}
.TagClassName
{
border-color: #A7B511;
}
</style>