Shades of Citrus #A6B807
Tints of Citrus #A6B807
RGB
CMYK
RGB Variations
Color information
#A6B807 (or 0xA6B807) is known color: Citrus. HEX triplet: A6, B8 and 07. RGB value is (166,184,7). Sum of RGB (Red+Green+Blue) = 166+184+7=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B807 is #5947F8. Grayscale: #9F9F9F. Windows color (decimal): -5851129 or 506022. OLE color: 506022.
HSL color Cylindrical-coordinate representation of color #A6B807: hue angle of 66.1º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6B807 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 7 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.28 |
| HSL | 66.1º | 0.93% | 0.37% | - |
| HSV(B) | 66.1º | 0.96% | 0.72% | - |
| XYZ | 32.9 | 42.4 | 6.65 | - |
| YUV | 158.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 7 | 0.10 | 0 | 0.96 | 0.28 | 66.1 | 0.93 | 0.37 |
| Hex | A6 | B8 | 7 | A | 0 | 60 | 1C | 42 | 5D | 25 |
| Octal | 246 | 270 | 7 | 12 | 0 | 140 | 34 | 102 | 135 | 45 |
| Binary | 10100110 | 10111000 | 111 | 1010 | 0 | 1100000 | 11100 | 1000010 | 1011101 | 100101 |
Color Harmonies of #A6B807
Complementary color
Monochromatic Colors of #A6B807
Black with #A6B807
Text Example
Text Example
White with #A6B807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B807; }
p { color: rgb(166,184,7); }
H1.HeaderClassName
{
color: #A6B807;
}
.AnyTagClassName
{
color: #A6B807;
}
</style>
background-color css
<style>
a { background-color: #A6B807; }
a { background-color: rgb(166,184,7); }
div.DivClassName
{
background-color: #A6B807;
}
.BgClassName
{
background-color: #A6B807;
}
</style>
border-color css
<style>
span { border-color: #A6B807; }
span { border-color: rgb(166,184,7); }
td.TdClassName
{
border-color: #A6B807;
}
.TagClassName
{
border-color: #A6B807;
}
</style>