Shades of Celery #A6B948
Tints of Celery #A6B948
RGB
CMYK
RGB Variations
Color information
#A6B948 (or 0xA6B948) is known color: Celery. HEX triplet: A6, B9 and 48. RGB value is (166,185,72). Sum of RGB (Red+Green+Blue) = 166+185+72=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B948 is #5946B7. Grayscale: #A6A6A6. Windows color (decimal): -5850808 or 4766118. OLE color: 4766118.
HSL color Cylindrical-coordinate representation of color #A6B948: hue angle of 70.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6B948 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 72 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.27 |
| HSL | 70.09º | 0.45% | 0.5% | - |
| HSV(B) | 70.09º | 0.61% | 0.73% | - |
| XYZ | 34.24 | 43.27 | 12.68 | - |
| YUV | 166.44 | 74.71 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 72 | 0.10 | 0 | 0.61 | 0.27 | 70.09 | 0.45 | 0.5 |
| Hex | A6 | B9 | 48 | A | 0 | 3D | 1B | 46 | 2D | 32 |
| Octal | 246 | 271 | 110 | 12 | 0 | 75 | 33 | 106 | 55 | 62 |
| Binary | 10100110 | 10111001 | 1001000 | 1010 | 0 | 111101 | 11011 | 1000110 | 101101 | 110010 |
Color Harmonies of #A6B948
Complementary color
Monochromatic Colors of #A6B948
Black with #A6B948
Text Example
Text Example
White with #A6B948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B948; }
p { color: rgb(166,185,72); }
H1.HeaderClassName
{
color: #A6B948;
}
.AnyTagClassName
{
color: #A6B948;
}
</style>
background-color css
<style>
a { background-color: #A6B948; }
a { background-color: rgb(166,185,72); }
div.DivClassName
{
background-color: #A6B948;
}
.BgClassName
{
background-color: #A6B948;
}
</style>
border-color css
<style>
span { border-color: #A6B948; }
span { border-color: rgb(166,185,72); }
td.TdClassName
{
border-color: #A6B948;
}
.TagClassName
{
border-color: #A6B948;
}
</style>