Shades of Citrus #A7B512
Tints of Citrus #A7B512
RGB
CMYK
RGB Variations
Color information
#A7B512 (or 0xA7B512) is known color: Citrus. HEX triplet: A7, B5 and 12. RGB value is (167,181,18). Sum of RGB (Red+Green+Blue) = 167+181+18=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B512 is #584AED. Grayscale: #9E9E9E. Windows color (decimal): -5786350 or 1226151. OLE color: 1226151.
HSL color Cylindrical-coordinate representation of color #A7B512: hue angle of 65.15º degrees, saturation: 0.82, 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 #A7B512 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 18 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.29 |
| HSL | 65.15º | 0.82% | 0.39% | - |
| HSV(B) | 65.15º | 0.9% | 0.71% | - |
| XYZ | 32.57 | 41.31 | 6.83 | - |
| YUV | 158.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 18 | 0.08 | 0 | 0.90 | 0.29 | 65.15 | 0.82 | 0.39 |
| Hex | A7 | B5 | 12 | 8 | 0 | 5A | 1D | 41 | 52 | 27 |
| Octal | 247 | 265 | 22 | 10 | 0 | 132 | 35 | 101 | 122 | 47 |
| Binary | 10100111 | 10110101 | 10010 | 1000 | 0 | 1011010 | 11101 | 1000001 | 1010010 | 100111 |
Color Harmonies of #A7B512
Complementary color
Monochromatic Colors of #A7B512
Black with #A7B512
Text Example
Text Example
White with #A7B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B512; }
p { color: rgb(167,181,18); }
H1.HeaderClassName
{
color: #A7B512;
}
.AnyTagClassName
{
color: #A7B512;
}
</style>
background-color css
<style>
a { background-color: #A7B512; }
a { background-color: rgb(167,181,18); }
div.DivClassName
{
background-color: #A7B512;
}
.BgClassName
{
background-color: #A7B512;
}
</style>
border-color css
<style>
span { border-color: #A7B512; }
span { border-color: rgb(167,181,18); }
td.TdClassName
{
border-color: #A7B512;
}
.TagClassName
{
border-color: #A7B512;
}
</style>