Shades of Citrus #A6B70B
Tints of Citrus #A6B70B
RGB
CMYK
RGB Variations
Color information
#A6B70B (or 0xA6B70B) is known color: Citrus. HEX triplet: A6, B7 and 0B. RGB value is (166,183,11). Sum of RGB (Red+Green+Blue) = 166+183+11=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B70B is #5948F4. Grayscale: #9E9E9E. Windows color (decimal): -5851381 or 767910. OLE color: 767910.
HSL color Cylindrical-coordinate representation of color #A6B70B: hue angle of 65.93º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B70B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.28 |
| HSL | 65.93º | 0.89% | 0.38% | - |
| HSV(B) | 65.93º | 0.94% | 0.72% | - |
| XYZ | 32.72 | 42 | 6.7 | - |
| YUV | 158.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 11 | 0.09 | 0 | 0.94 | 0.28 | 65.93 | 0.89 | 0.38 |
| Hex | A6 | B7 | B | 9 | 0 | 5E | 1C | 42 | 59 | 26 |
| Octal | 246 | 267 | 13 | 11 | 0 | 136 | 34 | 102 | 131 | 46 |
| Binary | 10100110 | 10110111 | 1011 | 1001 | 0 | 1011110 | 11100 | 1000010 | 1011001 | 100110 |
Color Harmonies of #A6B70B
Complementary color
Monochromatic Colors of #A6B70B
Black with #A6B70B
Text Example
Text Example
White with #A6B70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B70B; }
p { color: rgb(166,183,11); }
H1.HeaderClassName
{
color: #A6B70B;
}
.AnyTagClassName
{
color: #A6B70B;
}
</style>
background-color css
<style>
a { background-color: #A6B70B; }
a { background-color: rgb(166,183,11); }
div.DivClassName
{
background-color: #A6B70B;
}
.BgClassName
{
background-color: #A6B70B;
}
</style>
border-color css
<style>
span { border-color: #A6B70B; }
span { border-color: rgb(166,183,11); }
td.TdClassName
{
border-color: #A6B70B;
}
.TagClassName
{
border-color: #A6B70B;
}
</style>