Shades of Citrus #A6B40F
Tints of Citrus #A6B40F
RGB
CMYK
RGB Variations
Color information
#A6B40F (or 0xA6B40F) is known color: Citrus. HEX triplet: A6, B4 and 0F. RGB value is (166,180,15). Sum of RGB (Red+Green+Blue) = 166+180+15=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B40F is #594BF0. Grayscale: #9D9D9D. Windows color (decimal): -5852145 or 1029286. OLE color: 1029286.
HSL color Cylindrical-coordinate representation of color #A6B40F: hue angle of 65.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6B40F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 15 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.29 |
| HSL | 65.09º | 0.85% | 0.38% | - |
| HSV(B) | 65.09º | 0.92% | 0.71% | - |
| XYZ | 32.13 | 40.78 | 6.63 | - |
| YUV | 157 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 15 | 0.08 | 0 | 0.92 | 0.29 | 65.09 | 0.85 | 0.38 |
| Hex | A6 | B4 | F | 8 | 0 | 5C | 1D | 41 | 55 | 26 |
| Octal | 246 | 264 | 17 | 10 | 0 | 134 | 35 | 101 | 125 | 46 |
| Binary | 10100110 | 10110100 | 1111 | 1000 | 0 | 1011100 | 11101 | 1000001 | 1010101 | 100110 |
Color Harmonies of #A6B40F
Complementary color
Monochromatic Colors of #A6B40F
Black with #A6B40F
Text Example
Text Example
White with #A6B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B40F; }
p { color: rgb(166,180,15); }
H1.HeaderClassName
{
color: #A6B40F;
}
.AnyTagClassName
{
color: #A6B40F;
}
</style>
background-color css
<style>
a { background-color: #A6B40F; }
a { background-color: rgb(166,180,15); }
div.DivClassName
{
background-color: #A6B40F;
}
.BgClassName
{
background-color: #A6B40F;
}
</style>
border-color css
<style>
span { border-color: #A6B40F; }
span { border-color: rgb(166,180,15); }
td.TdClassName
{
border-color: #A6B40F;
}
.TagClassName
{
border-color: #A6B40F;
}
</style>