Shades of Citrus #A6B007
Tints of Citrus #A6B007
RGB
CMYK
RGB Variations
Color information
#A6B007 (or 0xA6B007) is known color: Citrus. HEX triplet: A6, B0 and 07. RGB value is (166,176,7). Sum of RGB (Red+Green+Blue) = 166+176+7=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B007 is #594FF8. Grayscale: #9A9A9A. Windows color (decimal): -5853177 or 503974. OLE color: 503974.
HSL color Cylindrical-coordinate representation of color #A6B007: hue angle of 63.55º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6B007 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.31 |
| HSL | 63.55º | 0.92% | 0.36% | - |
| HSV(B) | 63.55º | 0.96% | 0.69% | - |
| XYZ | 31.29 | 39.17 | 6.11 | - |
| YUV | 153.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 7 | 0.06 | 0 | 0.96 | 0.31 | 63.55 | 0.92 | 0.36 |
| Hex | A6 | B0 | 7 | 6 | 0 | 60 | 1F | 40 | 5C | 24 |
| Octal | 246 | 260 | 7 | 6 | 0 | 140 | 37 | 100 | 134 | 44 |
| Binary | 10100110 | 10110000 | 111 | 110 | 0 | 1100000 | 11111 | 1000000 | 1011100 | 100100 |
Color Harmonies of #A6B007
Complementary color
Monochromatic Colors of #A6B007
Black with #A6B007
Text Example
Text Example
White with #A6B007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B007; }
p { color: rgb(166,176,7); }
H1.HeaderClassName
{
color: #A6B007;
}
.AnyTagClassName
{
color: #A6B007;
}
</style>
background-color css
<style>
a { background-color: #A6B007; }
a { background-color: rgb(166,176,7); }
div.DivClassName
{
background-color: #A6B007;
}
.BgClassName
{
background-color: #A6B007;
}
</style>
border-color css
<style>
span { border-color: #A6B007; }
span { border-color: rgb(166,176,7); }
td.TdClassName
{
border-color: #A6B007;
}
.TagClassName
{
border-color: #A6B007;
}
</style>