Shades of Citrus #A7BC0D
Tints of Citrus #A7BC0D
RGB
CMYK
RGB Variations
Color information
#A7BC0D (or 0xA7BC0D) is known color: Citrus. HEX triplet: A7, BC and 0D. RGB value is (167,188,13). Sum of RGB (Red+Green+Blue) = 167+188+13=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BC0D is #5843F2. Grayscale: #A2A2A2. Windows color (decimal): -5784563 or 900263. OLE color: 900263.
HSL color Cylindrical-coordinate representation of color #A7BC0D: hue angle of 67.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7BC0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.26 |
| HSL | 67.2º | 0.87% | 0.39% | - |
| HSV(B) | 67.2º | 0.93% | 0.74% | - |
| XYZ | 33.99 | 44.21 | 7.12 | - |
| YUV | 161.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 13 | 0.11 | 0 | 0.93 | 0.26 | 67.2 | 0.87 | 0.39 |
| Hex | A7 | BC | D | B | 0 | 5D | 1A | 43 | 57 | 27 |
| Octal | 247 | 274 | 15 | 13 | 0 | 135 | 32 | 103 | 127 | 47 |
| Binary | 10100111 | 10111100 | 1101 | 1011 | 0 | 1011101 | 11010 | 1000011 | 1010111 | 100111 |
Color Harmonies of #A7BC0D
Complementary color
Monochromatic Colors of #A7BC0D
Black with #A7BC0D
Text Example
Text Example
White with #A7BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC0D; }
p { color: rgb(167,188,13); }
H1.HeaderClassName
{
color: #A7BC0D;
}
.AnyTagClassName
{
color: #A7BC0D;
}
</style>
background-color css
<style>
a { background-color: #A7BC0D; }
a { background-color: rgb(167,188,13); }
div.DivClassName
{
background-color: #A7BC0D;
}
.BgClassName
{
background-color: #A7BC0D;
}
</style>
border-color css
<style>
span { border-color: #A7BC0D; }
span { border-color: rgb(167,188,13); }
td.TdClassName
{
border-color: #A7BC0D;
}
.TagClassName
{
border-color: #A7BC0D;
}
</style>