Shades of Citrus #A7B10D
Tints of Citrus #A7B10D
RGB
CMYK
RGB Variations
Color information
#A7B10D (or 0xA7B10D) is known color: Citrus. HEX triplet: A7, B1 and 0D. RGB value is (167,177,13). Sum of RGB (Red+Green+Blue) = 167+177+13=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B10D is #584EF2. Grayscale: #9B9B9B. Windows color (decimal): -5787379 or 897447. OLE color: 897447.
HSL color Cylindrical-coordinate representation of color #A7B10D: hue angle of 63.66º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7B10D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.31 |
| HSL | 63.66º | 0.86% | 0.37% | - |
| HSV(B) | 63.66º | 0.93% | 0.69% | - |
| XYZ | 31.73 | 39.69 | 6.37 | - |
| YUV | 155.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 13 | 0.06 | 0 | 0.93 | 0.31 | 63.66 | 0.86 | 0.37 |
| Hex | A7 | B1 | D | 6 | 0 | 5D | 1F | 40 | 56 | 25 |
| Octal | 247 | 261 | 15 | 6 | 0 | 135 | 37 | 100 | 126 | 45 |
| Binary | 10100111 | 10110001 | 1101 | 110 | 0 | 1011101 | 11111 | 1000000 | 1010110 | 100101 |
Color Harmonies of #A7B10D
Complementary color
Monochromatic Colors of #A7B10D
Black with #A7B10D
Text Example
Text Example
White with #A7B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B10D; }
p { color: rgb(167,177,13); }
H1.HeaderClassName
{
color: #A7B10D;
}
.AnyTagClassName
{
color: #A7B10D;
}
</style>
background-color css
<style>
a { background-color: #A7B10D; }
a { background-color: rgb(167,177,13); }
div.DivClassName
{
background-color: #A7B10D;
}
.BgClassName
{
background-color: #A7B10D;
}
</style>
border-color css
<style>
span { border-color: #A7B10D; }
span { border-color: rgb(167,177,13); }
td.TdClassName
{
border-color: #A7B10D;
}
.TagClassName
{
border-color: #A7B10D;
}
</style>