Shades of Citrus #A7BD0F
Tints of Citrus #A7BD0F
RGB
CMYK
RGB Variations
Color information
#A7BD0F (or 0xA7BD0F) is known color: Citrus. HEX triplet: A7, BD and 0F. RGB value is (167,189,15). Sum of RGB (Red+Green+Blue) = 167+189+15=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BD0F is #5842F0. Grayscale: #A3A3A3. Windows color (decimal): -5784305 or 1031591. OLE color: 1031591.
HSL color Cylindrical-coordinate representation of color #A7BD0F: hue angle of 67.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7BD0F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 15 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.26 |
| HSL | 67.59º | 0.85% | 0.4% | - |
| HSV(B) | 67.59º | 0.92% | 0.74% | - |
| XYZ | 34.22 | 44.65 | 7.27 | - |
| YUV | 162.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 15 | 0.12 | 0 | 0.92 | 0.26 | 67.59 | 0.85 | 0.4 |
| Hex | A7 | BD | F | C | 0 | 5C | 1A | 44 | 55 | 28 |
| Octal | 247 | 275 | 17 | 14 | 0 | 134 | 32 | 104 | 125 | 50 |
| Binary | 10100111 | 10111101 | 1111 | 1100 | 0 | 1011100 | 11010 | 1000100 | 1010101 | 101000 |
Color Harmonies of #A7BD0F
Complementary color
Monochromatic Colors of #A7BD0F
Black with #A7BD0F
Text Example
Text Example
White with #A7BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD0F; }
p { color: rgb(167,189,15); }
H1.HeaderClassName
{
color: #A7BD0F;
}
.AnyTagClassName
{
color: #A7BD0F;
}
</style>
background-color css
<style>
a { background-color: #A7BD0F; }
a { background-color: rgb(167,189,15); }
div.DivClassName
{
background-color: #A7BD0F;
}
.BgClassName
{
background-color: #A7BD0F;
}
</style>
border-color css
<style>
span { border-color: #A7BD0F; }
span { border-color: rgb(167,189,15); }
td.TdClassName
{
border-color: #A7BD0F;
}
.TagClassName
{
border-color: #A7BD0F;
}
</style>