Shades of Celery #A6B452
Tints of Celery #A6B452
RGB
CMYK
RGB Variations
Color information
#A6B452 (or 0xA6B452) is known color: Celery. HEX triplet: A6, B4 and 52. RGB value is (166,180,82). Sum of RGB (Red+Green+Blue) = 166+180+82=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B452 is #594BAD. Grayscale: #A5A5A5. Windows color (decimal): -5852078 or 5420198. OLE color: 5420198.
HSL color Cylindrical-coordinate representation of color #A6B452: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6B452 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 82 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.29 |
| HSL | 68.57º | 0.4% | 0.51% | - |
| HSV(B) | 68.57º | 0.54% | 0.71% | - |
| XYZ | 33.57 | 41.36 | 14.2 | - |
| YUV | 164.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 82 | 0.08 | 0 | 0.54 | 0.29 | 68.57 | 0.4 | 0.51 |
| Hex | A6 | B4 | 52 | 8 | 0 | 36 | 1D | 45 | 28 | 33 |
| Octal | 246 | 264 | 122 | 10 | 0 | 66 | 35 | 105 | 50 | 63 |
| Binary | 10100110 | 10110100 | 1010010 | 1000 | 0 | 110110 | 11101 | 1000101 | 101000 | 110011 |
Color Harmonies of #A6B452
Complementary color
Monochromatic Colors of #A6B452
Black with #A6B452
Text Example
Text Example
White with #A6B452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B452; }
p { color: rgb(166,180,82); }
H1.HeaderClassName
{
color: #A6B452;
}
.AnyTagClassName
{
color: #A6B452;
}
</style>
background-color css
<style>
a { background-color: #A6B452; }
a { background-color: rgb(166,180,82); }
div.DivClassName
{
background-color: #A6B452;
}
.BgClassName
{
background-color: #A6B452;
}
</style>
border-color css
<style>
span { border-color: #A6B452; }
span { border-color: rgb(166,180,82); }
td.TdClassName
{
border-color: #A6B452;
}
.TagClassName
{
border-color: #A6B452;
}
</style>