Shades of Citrus #A7B306
Tints of Citrus #A7B306
RGB
CMYK
RGB Variations
Color information
#A7B306 (or 0xA7B306) is known color: Citrus. HEX triplet: A7, B3 and 06. RGB value is (167,179,6). Sum of RGB (Red+Green+Blue) = 167+179+6=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B306 is #584CF9. Grayscale: #9C9C9C. Windows color (decimal): -5786874 or 439207. OLE color: 439207.
HSL color Cylindrical-coordinate representation of color #A7B306: hue angle of 64.16º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7B306 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.30 |
| HSL | 64.16º | 0.94% | 0.36% | - |
| HSV(B) | 64.16º | 0.97% | 0.7% | - |
| XYZ | 32.09 | 40.47 | 6.29 | - |
| YUV | 155.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 6 | 0.07 | 0 | 0.97 | 0.30 | 64.16 | 0.94 | 0.36 |
| Hex | A7 | B3 | 6 | 7 | 0 | 61 | 1E | 40 | 5E | 24 |
| Octal | 247 | 263 | 6 | 7 | 0 | 141 | 36 | 100 | 136 | 44 |
| Binary | 10100111 | 10110011 | 110 | 111 | 0 | 1100001 | 11110 | 1000000 | 1011110 | 100100 |
Color Harmonies of #A7B306
Complementary color
Monochromatic Colors of #A7B306
Black with #A7B306
Text Example
Text Example
White with #A7B306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B306; }
p { color: rgb(167,179,6); }
H1.HeaderClassName
{
color: #A7B306;
}
.AnyTagClassName
{
color: #A7B306;
}
</style>
background-color css
<style>
a { background-color: #A7B306; }
a { background-color: rgb(167,179,6); }
div.DivClassName
{
background-color: #A7B306;
}
.BgClassName
{
background-color: #A7B306;
}
</style>
border-color css
<style>
span { border-color: #A7B306; }
span { border-color: rgb(167,179,6); }
td.TdClassName
{
border-color: #A7B306;
}
.TagClassName
{
border-color: #A7B306;
}
</style>