Shades of Citrus #A7BF00
Tints of Citrus #A7BF00
RGB
CMYK
RGB Variations
Color information
#A7BF00 (or 0xA7BF00) is known color: Citrus. HEX triplet: A7, BF and 00. RGB value is (167,191,0). Sum of RGB (Red+Green+Blue) = 167+191+0=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BF00 is #5840FF. Grayscale: #A2A2A2. Windows color (decimal): -5783808 or 49063. OLE color: 49063.
HSL color Cylindrical-coordinate representation of color #A7BF00: hue angle of 67.54º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7BF00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 191 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.25 |
| HSL | 67.54º | 1% | 0.37% | - |
| HSV(B) | 67.54º | 1% | 0.75% | - |
| XYZ | 34.57 | 45.48 | 6.96 | - |
| YUV | 162.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 0 | 0.13 | 0 | 1 | 0.25 | 67.54 | 1 | 0.37 |
| Hex | A7 | BF | 0 | D | 0 | 64 | 19 | 44 | 64 | 25 |
| Octal | 247 | 277 | 0 | 15 | 0 | 144 | 31 | 104 | 144 | 45 |
| Binary | 10100111 | 10111111 | 0 | 1101 | 0 | 1100100 | 11001 | 1000100 | 1100100 | 100101 |
Color Harmonies of #A7BF00
Complementary color
Monochromatic Colors of #A7BF00
Black with #A7BF00
Text Example
Text Example
White with #A7BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BF00; }
p { color: rgb(167,191,0); }
H1.HeaderClassName
{
color: #A7BF00;
}
.AnyTagClassName
{
color: #A7BF00;
}
</style>
background-color css
<style>
a { background-color: #A7BF00; }
a { background-color: rgb(167,191,0); }
div.DivClassName
{
background-color: #A7BF00;
}
.BgClassName
{
background-color: #A7BF00;
}
</style>
border-color css
<style>
span { border-color: #A7BF00; }
span { border-color: rgb(167,191,0); }
td.TdClassName
{
border-color: #A7BF00;
}
.TagClassName
{
border-color: #A7BF00;
}
</style>