Shades of Citrus #A6B50B
Tints of Citrus #A6B50B
RGB
CMYK
RGB Variations
Color information
#A6B50B (or 0xA6B50B) is known color: Citrus. HEX triplet: A6, B5 and 0B. RGB value is (166,181,11). Sum of RGB (Red+Green+Blue) = 166+181+11=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B50B is #594AF4. Grayscale: #9D9D9D. Windows color (decimal): -5851893 or 767398. OLE color: 767398.
HSL color Cylindrical-coordinate representation of color #A6B50B: hue angle of 65.29º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B50B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 11 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.29 |
| HSL | 65.29º | 0.89% | 0.38% | - |
| HSV(B) | 65.29º | 0.94% | 0.71% | - |
| XYZ | 32.31 | 41.18 | 6.56 | - |
| YUV | 157.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 11 | 0.08 | 0 | 0.94 | 0.29 | 65.29 | 0.89 | 0.38 |
| Hex | A6 | B5 | B | 8 | 0 | 5E | 1D | 41 | 59 | 26 |
| Octal | 246 | 265 | 13 | 10 | 0 | 136 | 35 | 101 | 131 | 46 |
| Binary | 10100110 | 10110101 | 1011 | 1000 | 0 | 1011110 | 11101 | 1000001 | 1011001 | 100110 |
Color Harmonies of #A6B50B
Complementary color
Monochromatic Colors of #A6B50B
Black with #A6B50B
Text Example
Text Example
White with #A6B50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B50B; }
p { color: rgb(166,181,11); }
H1.HeaderClassName
{
color: #A6B50B;
}
.AnyTagClassName
{
color: #A6B50B;
}
</style>
background-color css
<style>
a { background-color: #A6B50B; }
a { background-color: rgb(166,181,11); }
div.DivClassName
{
background-color: #A6B50B;
}
.BgClassName
{
background-color: #A6B50B;
}
</style>
border-color css
<style>
span { border-color: #A6B50B; }
span { border-color: rgb(166,181,11); }
td.TdClassName
{
border-color: #A6B50B;
}
.TagClassName
{
border-color: #A6B50B;
}
</style>