Shades of Citrus #A7BC02
Tints of Citrus #A7BC02
RGB
CMYK
RGB Variations
Color information
#A7BC02 (or 0xA7BC02) is known color: Citrus. HEX triplet: A7, BC and 02. RGB value is (167,188,2). Sum of RGB (Red+Green+Blue) = 167+188+2=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BC02 is #5843FD. Grayscale: #A1A1A1. Windows color (decimal): -5784574 or 179367. OLE color: 179367.
HSL color Cylindrical-coordinate representation of color #A7BC02: hue angle of 66.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7BC02 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.26 |
| HSL | 66.77º | 0.98% | 0.37% | - |
| HSV(B) | 66.77º | 0.99% | 0.74% | - |
| XYZ | 33.93 | 44.19 | 6.8 | - |
| YUV | 160.52 | 38.54 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 2 | 0.11 | 0 | 0.99 | 0.26 | 66.77 | 0.98 | 0.37 |
| Hex | A7 | BC | 2 | B | 0 | 63 | 1A | 43 | 62 | 25 |
| Octal | 247 | 274 | 2 | 13 | 0 | 143 | 32 | 103 | 142 | 45 |
| Binary | 10100111 | 10111100 | 10 | 1011 | 0 | 1100011 | 11010 | 1000011 | 1100010 | 100101 |
Color Harmonies of #A7BC02
Complementary color
Monochromatic Colors of #A7BC02
Black with #A7BC02
Text Example
Text Example
White with #A7BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC02; }
p { color: rgb(167,188,2); }
H1.HeaderClassName
{
color: #A7BC02;
}
.AnyTagClassName
{
color: #A7BC02;
}
</style>
background-color css
<style>
a { background-color: #A7BC02; }
a { background-color: rgb(167,188,2); }
div.DivClassName
{
background-color: #A7BC02;
}
.BgClassName
{
background-color: #A7BC02;
}
</style>
border-color css
<style>
span { border-color: #A7BC02; }
span { border-color: rgb(167,188,2); }
td.TdClassName
{
border-color: #A7BC02;
}
.TagClassName
{
border-color: #A7BC02;
}
</style>