Shades of Citrus #A6B008
Tints of Citrus #A6B008
RGB
CMYK
RGB Variations
Color information
#A6B008 (or 0xA6B008) is known color: Citrus. HEX triplet: A6, B0 and 08. RGB value is (166,176,8). Sum of RGB (Red+Green+Blue) = 166+176+8=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B008 is #594FF7. Grayscale: #9A9A9A. Windows color (decimal): -5853176 or 569510. OLE color: 569510.
HSL color Cylindrical-coordinate representation of color #A6B008: hue angle of 63.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6B008 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 8 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.31 |
| HSL | 63.57º | 0.91% | 0.36% | - |
| HSV(B) | 63.57º | 0.95% | 0.69% | - |
| XYZ | 31.3 | 39.18 | 6.14 | - |
| YUV | 153.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 8 | 0.06 | 0 | 0.95 | 0.31 | 63.57 | 0.91 | 0.36 |
| Hex | A6 | B0 | 8 | 6 | 0 | 5F | 1F | 40 | 5B | 24 |
| Octal | 246 | 260 | 10 | 6 | 0 | 137 | 37 | 100 | 133 | 44 |
| Binary | 10100110 | 10110000 | 1000 | 110 | 0 | 1011111 | 11111 | 1000000 | 1011011 | 100100 |
Color Harmonies of #A6B008
Complementary color
Monochromatic Colors of #A6B008
Black with #A6B008
Text Example
Text Example
White with #A6B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B008; }
p { color: rgb(166,176,8); }
H1.HeaderClassName
{
color: #A6B008;
}
.AnyTagClassName
{
color: #A6B008;
}
</style>
background-color css
<style>
a { background-color: #A6B008; }
a { background-color: rgb(166,176,8); }
div.DivClassName
{
background-color: #A6B008;
}
.BgClassName
{
background-color: #A6B008;
}
</style>
border-color css
<style>
span { border-color: #A6B008; }
span { border-color: rgb(166,176,8); }
td.TdClassName
{
border-color: #A6B008;
}
.TagClassName
{
border-color: #A6B008;
}
</style>