Shades of Citrus #A7B40B
Tints of Citrus #A7B40B
RGB
CMYK
RGB Variations
Color information
#A7B40B (or 0xA7B40B) is known color: Citrus. HEX triplet: A7, B4 and 0B. RGB value is (167,180,11). Sum of RGB (Red+Green+Blue) = 167+180+11=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B40B is #584BF4. Grayscale: #9D9D9D. Windows color (decimal): -5786613 or 767143. OLE color: 767143.
HSL color Cylindrical-coordinate representation of color #A7B40B: hue angle of 64.62º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7B40B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 11 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.29 |
| HSL | 64.62º | 0.88% | 0.37% | - |
| HSV(B) | 64.62º | 0.94% | 0.71% | - |
| XYZ | 32.32 | 40.88 | 6.5 | - |
| YUV | 156.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 11 | 0.07 | 0 | 0.94 | 0.29 | 64.62 | 0.88 | 0.37 |
| Hex | A7 | B4 | B | 7 | 0 | 5E | 1D | 41 | 58 | 25 |
| Octal | 247 | 264 | 13 | 7 | 0 | 136 | 35 | 101 | 130 | 45 |
| Binary | 10100111 | 10110100 | 1011 | 111 | 0 | 1011110 | 11101 | 1000001 | 1011000 | 100101 |
Color Harmonies of #A7B40B
Complementary color
Monochromatic Colors of #A7B40B
Black with #A7B40B
Text Example
Text Example
White with #A7B40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B40B; }
p { color: rgb(167,180,11); }
H1.HeaderClassName
{
color: #A7B40B;
}
.AnyTagClassName
{
color: #A7B40B;
}
</style>
background-color css
<style>
a { background-color: #A7B40B; }
a { background-color: rgb(167,180,11); }
div.DivClassName
{
background-color: #A7B40B;
}
.BgClassName
{
background-color: #A7B40B;
}
</style>
border-color css
<style>
span { border-color: #A7B40B; }
span { border-color: rgb(167,180,11); }
td.TdClassName
{
border-color: #A7B40B;
}
.TagClassName
{
border-color: #A7B40B;
}
</style>