Shades of Citrus #A7B10B
Tints of Citrus #A7B10B
RGB
CMYK
RGB Variations
Color information
#A7B10B (or 0xA7B10B) is known color: Citrus. HEX triplet: A7, B1 and 0B. RGB value is (167,177,11). Sum of RGB (Red+Green+Blue) = 167+177+11=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B10B is #584EF4. Grayscale: #9B9B9B. Windows color (decimal): -5787381 or 766375. OLE color: 766375.
HSL color Cylindrical-coordinate representation of color #A7B10B: hue angle of 63.61º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7B10B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.31 |
| HSL | 63.61º | 0.88% | 0.37% | - |
| HSV(B) | 63.61º | 0.94% | 0.69% | - |
| XYZ | 31.72 | 39.68 | 6.3 | - |
| YUV | 155.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 11 | 0.06 | 0 | 0.94 | 0.31 | 63.61 | 0.88 | 0.37 |
| Hex | A7 | B1 | B | 6 | 0 | 5E | 1F | 40 | 58 | 25 |
| Octal | 247 | 261 | 13 | 6 | 0 | 136 | 37 | 100 | 130 | 45 |
| Binary | 10100111 | 10110001 | 1011 | 110 | 0 | 1011110 | 11111 | 1000000 | 1011000 | 100101 |
Color Harmonies of #A7B10B
Complementary color
Monochromatic Colors of #A7B10B
Black with #A7B10B
Text Example
Text Example
White with #A7B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B10B; }
p { color: rgb(167,177,11); }
H1.HeaderClassName
{
color: #A7B10B;
}
.AnyTagClassName
{
color: #A7B10B;
}
</style>
background-color css
<style>
a { background-color: #A7B10B; }
a { background-color: rgb(167,177,11); }
div.DivClassName
{
background-color: #A7B10B;
}
.BgClassName
{
background-color: #A7B10B;
}
</style>
border-color css
<style>
span { border-color: #A7B10B; }
span { border-color: rgb(167,177,11); }
td.TdClassName
{
border-color: #A7B10B;
}
.TagClassName
{
border-color: #A7B10B;
}
</style>