Shades of Celery #A6B03F
Tints of Celery #A6B03F
RGB
CMYK
RGB Variations
Color information
#A6B03F (or 0xA6B03F) is known color: Celery. HEX triplet: A6, B0 and 3F. RGB value is (166,176,63). Sum of RGB (Red+Green+Blue) = 166+176+63=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B03F is #594FC0. Grayscale: #A0A0A0. Windows color (decimal): -5853121 or 4173990. OLE color: 4173990.
HSL color Cylindrical-coordinate representation of color #A6B03F: hue angle of 65.31º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6B03F is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 63 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.31 |
| HSL | 65.31º | 0.47% | 0.47% | - |
| HSV(B) | 65.31º | 0.64% | 0.69% | - |
| XYZ | 32.15 | 39.52 | 10.64 | - |
| YUV | 160.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 63 | 0.06 | 0 | 0.64 | 0.31 | 65.31 | 0.47 | 0.47 |
| Hex | A6 | B0 | 3F | 6 | 0 | 40 | 1F | 41 | 2F | 2F |
| Octal | 246 | 260 | 77 | 6 | 0 | 100 | 37 | 101 | 57 | 57 |
| Binary | 10100110 | 10110000 | 111111 | 110 | 0 | 1000000 | 11111 | 1000001 | 101111 | 101111 |
Color Harmonies of #A6B03F
Complementary color
Monochromatic Colors of #A6B03F
Black with #A6B03F
Text Example
Text Example
White with #A6B03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B03F; }
p { color: rgb(166,176,63); }
H1.HeaderClassName
{
color: #A6B03F;
}
.AnyTagClassName
{
color: #A6B03F;
}
</style>
background-color css
<style>
a { background-color: #A6B03F; }
a { background-color: rgb(166,176,63); }
div.DivClassName
{
background-color: #A6B03F;
}
.BgClassName
{
background-color: #A6B03F;
}
</style>
border-color css
<style>
span { border-color: #A6B03F; }
span { border-color: rgb(166,176,63); }
td.TdClassName
{
border-color: #A6B03F;
}
.TagClassName
{
border-color: #A6B03F;
}
</style>