Shades of Citrus #A7B30D
Tints of Citrus #A7B30D
RGB
CMYK
RGB Variations
Color information
#A7B30D (or 0xA7B30D) is known color: Citrus. HEX triplet: A7, B3 and 0D. RGB value is (167,179,13). Sum of RGB (Red+Green+Blue) = 167+179+13=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B30D is #584CF2. Grayscale: #9D9D9D. Windows color (decimal): -5786867 or 897959. OLE color: 897959.
HSL color Cylindrical-coordinate representation of color #A7B30D: hue angle of 64.34º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7B30D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.30 |
| HSL | 64.34º | 0.86% | 0.38% | - |
| HSV(B) | 64.34º | 0.93% | 0.7% | - |
| XYZ | 32.13 | 40.48 | 6.5 | - |
| YUV | 156.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 13 | 0.07 | 0 | 0.93 | 0.30 | 64.34 | 0.86 | 0.38 |
| Hex | A7 | B3 | D | 7 | 0 | 5D | 1E | 40 | 56 | 26 |
| Octal | 247 | 263 | 15 | 7 | 0 | 135 | 36 | 100 | 126 | 46 |
| Binary | 10100111 | 10110011 | 1101 | 111 | 0 | 1011101 | 11110 | 1000000 | 1010110 | 100110 |
Color Harmonies of #A7B30D
Complementary color
Monochromatic Colors of #A7B30D
Black with #A7B30D
Text Example
Text Example
White with #A7B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B30D; }
p { color: rgb(167,179,13); }
H1.HeaderClassName
{
color: #A7B30D;
}
.AnyTagClassName
{
color: #A7B30D;
}
</style>
background-color css
<style>
a { background-color: #A7B30D; }
a { background-color: rgb(167,179,13); }
div.DivClassName
{
background-color: #A7B30D;
}
.BgClassName
{
background-color: #A7B30D;
}
</style>
border-color css
<style>
span { border-color: #A7B30D; }
span { border-color: rgb(167,179,13); }
td.TdClassName
{
border-color: #A7B30D;
}
.TagClassName
{
border-color: #A7B30D;
}
</style>