Shades of Citrus #A7BC10
Tints of Citrus #A7BC10
RGB
CMYK
RGB Variations
Color information
#A7BC10 (or 0xA7BC10) is known color: Citrus. HEX triplet: A7, BC and 10. RGB value is (167,188,16). Sum of RGB (Red+Green+Blue) = 167+188+16=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BC10 is #5843EF. Grayscale: #A2A2A2. Windows color (decimal): -5784560 or 1096871. OLE color: 1096871.
HSL color Cylindrical-coordinate representation of color #A7BC10: hue angle of 67.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7BC10 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 16 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.26 |
| HSL | 67.33º | 0.84% | 0.4% | - |
| HSV(B) | 67.33º | 0.91% | 0.74% | - |
| XYZ | 34.01 | 44.22 | 7.23 | - |
| YUV | 162.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 16 | 0.11 | 0 | 0.91 | 0.26 | 67.33 | 0.84 | 0.4 |
| Hex | A7 | BC | 10 | B | 0 | 5B | 1A | 43 | 54 | 28 |
| Octal | 247 | 274 | 20 | 13 | 0 | 133 | 32 | 103 | 124 | 50 |
| Binary | 10100111 | 10111100 | 10000 | 1011 | 0 | 1011011 | 11010 | 1000011 | 1010100 | 101000 |
Color Harmonies of #A7BC10
Complementary color
Monochromatic Colors of #A7BC10
Black with #A7BC10
Text Example
Text Example
White with #A7BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC10; }
p { color: rgb(167,188,16); }
H1.HeaderClassName
{
color: #A7BC10;
}
.AnyTagClassName
{
color: #A7BC10;
}
</style>
background-color css
<style>
a { background-color: #A7BC10; }
a { background-color: rgb(167,188,16); }
div.DivClassName
{
background-color: #A7BC10;
}
.BgClassName
{
background-color: #A7BC10;
}
</style>
border-color css
<style>
span { border-color: #A7BC10; }
span { border-color: rgb(167,188,16); }
td.TdClassName
{
border-color: #A7BC10;
}
.TagClassName
{
border-color: #A7BC10;
}
</style>