Shades of Celery #A8BF52
Tints of Celery #A8BF52
RGB
CMYK
RGB Variations
Color information
#A8BF52 (or 0xA8BF52) is known color: Celery. HEX triplet: A8, BF and 52. RGB value is (168,191,82). Sum of RGB (Red+Green+Blue) = 168+191+82=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF52 is #5740AD. Grayscale: #ACACAC. Windows color (decimal): -5718190 or 5423016. OLE color: 5423016.
HSL color Cylindrical-coordinate representation of color #A8BF52: hue angle of 72.66º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8BF52 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 82 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.25 |
| HSL | 72.66º | 0.46% | 0.54% | - |
| HSV(B) | 72.66º | 0.57% | 0.75% | - |
| XYZ | 36.3 | 46.2 | 14.99 | - |
| YUV | 171.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 82 | 0.12 | 0 | 0.57 | 0.25 | 72.66 | 0.46 | 0.54 |
| Hex | A8 | BF | 52 | C | 0 | 39 | 19 | 49 | 2E | 36 |
| Octal | 250 | 277 | 122 | 14 | 0 | 71 | 31 | 111 | 56 | 66 |
| Binary | 10101000 | 10111111 | 1010010 | 1100 | 0 | 111001 | 11001 | 1001001 | 101110 | 110110 |
Color Harmonies of #A8BF52
Complementary color
Monochromatic Colors of #A8BF52
Black with #A8BF52
Text Example
Text Example
White with #A8BF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF52; }
p { color: rgb(168,191,82); }
H1.HeaderClassName
{
color: #A8BF52;
}
.AnyTagClassName
{
color: #A8BF52;
}
</style>
background-color css
<style>
a { background-color: #A8BF52; }
a { background-color: rgb(168,191,82); }
div.DivClassName
{
background-color: #A8BF52;
}
.BgClassName
{
background-color: #A8BF52;
}
</style>
border-color css
<style>
span { border-color: #A8BF52; }
span { border-color: rgb(168,191,82); }
td.TdClassName
{
border-color: #A8BF52;
}
.TagClassName
{
border-color: #A8BF52;
}
</style>