Shades of Citrus #A7BC01
Tints of Citrus #A7BC01
RGB
CMYK
RGB Variations
Color information
#A7BC01 (or 0xA7BC01) is known color: Citrus. HEX triplet: A7, BC and 01. RGB value is (167,188,1). Sum of RGB (Red+Green+Blue) = 167+188+1=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BC01 is #5843FE. Grayscale: #A1A1A1. Windows color (decimal): -5784575 or 113831. OLE color: 113831.
HSL color Cylindrical-coordinate representation of color #A7BC01: hue angle of 66.74º degrees, saturation: 0.99, 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 #A7BC01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.26 |
| HSL | 66.74º | 0.99% | 0.37% | - |
| HSV(B) | 66.74º | 0.99% | 0.74% | - |
| XYZ | 33.93 | 44.18 | 6.77 | - |
| YUV | 160.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 1 | 0.11 | 0 | 0.99 | 0.26 | 66.74 | 0.99 | 0.37 |
| Hex | A7 | BC | 1 | B | 0 | 63 | 1A | 43 | 63 | 25 |
| Octal | 247 | 274 | 1 | 13 | 0 | 143 | 32 | 103 | 143 | 45 |
| Binary | 10100111 | 10111100 | 1 | 1011 | 0 | 1100011 | 11010 | 1000011 | 1100011 | 100101 |
Color Harmonies of #A7BC01
Complementary color
Monochromatic Colors of #A7BC01
Black with #A7BC01
Text Example
Text Example
White with #A7BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC01; }
p { color: rgb(167,188,1); }
H1.HeaderClassName
{
color: #A7BC01;
}
.AnyTagClassName
{
color: #A7BC01;
}
</style>
background-color css
<style>
a { background-color: #A7BC01; }
a { background-color: rgb(167,188,1); }
div.DivClassName
{
background-color: #A7BC01;
}
.BgClassName
{
background-color: #A7BC01;
}
</style>
border-color css
<style>
span { border-color: #A7BC01; }
span { border-color: rgb(167,188,1); }
td.TdClassName
{
border-color: #A7BC01;
}
.TagClassName
{
border-color: #A7BC01;
}
</style>