Shades of Citrus #A6BA08
Tints of Citrus #A6BA08
RGB
CMYK
RGB Variations
Color information
#A6BA08 (or 0xA6BA08) is known color: Citrus. HEX triplet: A6, BA and 08. RGB value is (166,186,8). Sum of RGB (Red+Green+Blue) = 166+186+8=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA08 is #5945F7. Grayscale: #A0A0A0. Windows color (decimal): -5850616 or 572070. OLE color: 572070.
HSL color Cylindrical-coordinate representation of color #A6BA08: hue angle of 66.74º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6BA08 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.27 |
| HSL | 66.74º | 0.92% | 0.38% | - |
| HSV(B) | 66.74º | 0.96% | 0.73% | - |
| XYZ | 33.33 | 43.24 | 6.82 | - |
| YUV | 159.73 | 42.37 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 8 | 0.11 | 0 | 0.96 | 0.27 | 66.74 | 0.92 | 0.38 |
| Hex | A6 | BA | 8 | B | 0 | 60 | 1B | 43 | 5C | 26 |
| Octal | 246 | 272 | 10 | 13 | 0 | 140 | 33 | 103 | 134 | 46 |
| Binary | 10100110 | 10111010 | 1000 | 1011 | 0 | 1100000 | 11011 | 1000011 | 1011100 | 100110 |
Color Harmonies of #A6BA08
Complementary color
Monochromatic Colors of #A6BA08
Black with #A6BA08
Text Example
Text Example
White with #A6BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA08; }
p { color: rgb(166,186,8); }
H1.HeaderClassName
{
color: #A6BA08;
}
.AnyTagClassName
{
color: #A6BA08;
}
</style>
background-color css
<style>
a { background-color: #A6BA08; }
a { background-color: rgb(166,186,8); }
div.DivClassName
{
background-color: #A6BA08;
}
.BgClassName
{
background-color: #A6BA08;
}
</style>
border-color css
<style>
span { border-color: #A6BA08; }
span { border-color: rgb(166,186,8); }
td.TdClassName
{
border-color: #A6BA08;
}
.TagClassName
{
border-color: #A6BA08;
}
</style>