Shades of Celery #A6B248
Tints of Celery #A6B248
RGB
CMYK
RGB Variations
Color information
#A6B248 (or 0xA6B248) is known color: Celery. HEX triplet: A6, B2 and 48. RGB value is (166,178,72). Sum of RGB (Red+Green+Blue) = 166+178+72=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B248 is #594DB7. Grayscale: #A2A2A2. Windows color (decimal): -5852600 or 4764326. OLE color: 4764326.
HSL color Cylindrical-coordinate representation of color #A6B248: hue angle of 66.79º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6B248 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 72 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.30 |
| HSL | 66.79º | 0.42% | 0.49% | - |
| HSV(B) | 66.79º | 0.6% | 0.7% | - |
| XYZ | 32.82 | 40.42 | 12.2 | - |
| YUV | 162.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 72 | 0.07 | 0 | 0.60 | 0.30 | 66.79 | 0.42 | 0.49 |
| Hex | A6 | B2 | 48 | 7 | 0 | 3C | 1E | 43 | 2A | 31 |
| Octal | 246 | 262 | 110 | 7 | 0 | 74 | 36 | 103 | 52 | 61 |
| Binary | 10100110 | 10110010 | 1001000 | 111 | 0 | 111100 | 11110 | 1000011 | 101010 | 110001 |
Color Harmonies of #A6B248
Complementary color
Monochromatic Colors of #A6B248
Black with #A6B248
Text Example
Text Example
White with #A6B248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B248; }
p { color: rgb(166,178,72); }
H1.HeaderClassName
{
color: #A6B248;
}
.AnyTagClassName
{
color: #A6B248;
}
</style>
background-color css
<style>
a { background-color: #A6B248; }
a { background-color: rgb(166,178,72); }
div.DivClassName
{
background-color: #A6B248;
}
.BgClassName
{
background-color: #A6B248;
}
</style>
border-color css
<style>
span { border-color: #A6B248; }
span { border-color: rgb(166,178,72); }
td.TdClassName
{
border-color: #A6B248;
}
.TagClassName
{
border-color: #A6B248;
}
</style>