Shades of Celery #A8B252
Tints of Celery #A8B252
RGB
CMYK
RGB Variations
Color information
#A8B252 (or 0xA8B252) is known color: Celery. HEX triplet: A8, B2 and 52. RGB value is (168,178,82). Sum of RGB (Red+Green+Blue) = 168+178+82=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B252 is #574DAD. Grayscale: #A4A4A4. Windows color (decimal): -5721518 or 5419688. OLE color: 5419688.
HSL color Cylindrical-coordinate representation of color #A8B252: hue angle of 66.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8B252 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 82 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.30 |
| HSL | 66.25º | 0.38% | 0.51% | - |
| HSV(B) | 66.25º | 0.54% | 0.7% | - |
| XYZ | 33.59 | 40.77 | 14.08 | - |
| YUV | 164.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 82 | 0.06 | 0 | 0.54 | 0.30 | 66.25 | 0.38 | 0.51 |
| Hex | A8 | B2 | 52 | 6 | 0 | 36 | 1E | 42 | 26 | 33 |
| Octal | 250 | 262 | 122 | 6 | 0 | 66 | 36 | 102 | 46 | 63 |
| Binary | 10101000 | 10110010 | 1010010 | 110 | 0 | 110110 | 11110 | 1000010 | 100110 | 110011 |
Color Harmonies of #A8B252
Complementary color
Monochromatic Colors of #A8B252
Black with #A8B252
Text Example
Text Example
White with #A8B252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B252; }
p { color: rgb(168,178,82); }
H1.HeaderClassName
{
color: #A8B252;
}
.AnyTagClassName
{
color: #A8B252;
}
</style>
background-color css
<style>
a { background-color: #A8B252; }
a { background-color: rgb(168,178,82); }
div.DivClassName
{
background-color: #A8B252;
}
.BgClassName
{
background-color: #A8B252;
}
</style>
border-color css
<style>
span { border-color: #A8B252; }
span { border-color: rgb(168,178,82); }
td.TdClassName
{
border-color: #A8B252;
}
.TagClassName
{
border-color: #A8B252;
}
</style>