Shades of Citrus #A6BD0D
Tints of Citrus #A6BD0D
RGB
CMYK
RGB Variations
Color information
#A6BD0D (or 0xA6BD0D) is known color: Citrus. HEX triplet: A6, BD and 0D. RGB value is (166,189,13). Sum of RGB (Red+Green+Blue) = 166+189+13=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BD0D is #5942F2. Grayscale: #A2A2A2. Windows color (decimal): -5849843 or 900518. OLE color: 900518.
HSL color Cylindrical-coordinate representation of color #A6BD0D: hue angle of 67.84º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6BD0D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.26 |
| HSL | 67.84º | 0.87% | 0.4% | - |
| HSV(B) | 67.84º | 0.93% | 0.74% | - |
| XYZ | 34 | 44.53 | 7.18 | - |
| YUV | 162.06 | 43.88 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 13 | 0.12 | 0 | 0.93 | 0.26 | 67.84 | 0.87 | 0.4 |
| Hex | A6 | BD | D | C | 0 | 5D | 1A | 44 | 57 | 28 |
| Octal | 246 | 275 | 15 | 14 | 0 | 135 | 32 | 104 | 127 | 50 |
| Binary | 10100110 | 10111101 | 1101 | 1100 | 0 | 1011101 | 11010 | 1000100 | 1010111 | 101000 |
Color Harmonies of #A6BD0D
Complementary color
Monochromatic Colors of #A6BD0D
Black with #A6BD0D
Text Example
Text Example
White with #A6BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD0D; }
p { color: rgb(166,189,13); }
H1.HeaderClassName
{
color: #A6BD0D;
}
.AnyTagClassName
{
color: #A6BD0D;
}
</style>
background-color css
<style>
a { background-color: #A6BD0D; }
a { background-color: rgb(166,189,13); }
div.DivClassName
{
background-color: #A6BD0D;
}
.BgClassName
{
background-color: #A6BD0D;
}
</style>
border-color css
<style>
span { border-color: #A6BD0D; }
span { border-color: rgb(166,189,13); }
td.TdClassName
{
border-color: #A6BD0D;
}
.TagClassName
{
border-color: #A6BD0D;
}
</style>