Shades of Celery #A8BF47
Tints of Celery #A8BF47
RGB
CMYK
RGB Variations
Color information
#A8BF47 (or 0xA8BF47) is known color: Celery. HEX triplet: A8, BF and 47. RGB value is (168,191,71). Sum of RGB (Red+Green+Blue) = 168+191+71=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF47 is #5740B8. Grayscale: #AAAAAA. Windows color (decimal): -5718201 or 4702120. OLE color: 4702120.
HSL color Cylindrical-coordinate representation of color #A8BF47: hue angle of 71.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8BF47 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 71 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.25 |
| HSL | 71.5º | 0.48% | 0.51% | - |
| HSV(B) | 71.5º | 0.63% | 0.75% | - |
| XYZ | 35.92 | 46.04 | 12.96 | - |
| YUV | 170.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 71 | 0.12 | 0 | 0.63 | 0.25 | 71.5 | 0.48 | 0.51 |
| Hex | A8 | BF | 47 | C | 0 | 3F | 19 | 48 | 30 | 33 |
| Octal | 250 | 277 | 107 | 14 | 0 | 77 | 31 | 110 | 60 | 63 |
| Binary | 10101000 | 10111111 | 1000111 | 1100 | 0 | 111111 | 11001 | 1001000 | 110000 | 110011 |
Color Harmonies of #A8BF47
Complementary color
Monochromatic Colors of #A8BF47
Black with #A8BF47
Text Example
Text Example
White with #A8BF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF47; }
p { color: rgb(168,191,71); }
H1.HeaderClassName
{
color: #A8BF47;
}
.AnyTagClassName
{
color: #A8BF47;
}
</style>
background-color css
<style>
a { background-color: #A8BF47; }
a { background-color: rgb(168,191,71); }
div.DivClassName
{
background-color: #A8BF47;
}
.BgClassName
{
background-color: #A8BF47;
}
</style>
border-color css
<style>
span { border-color: #A8BF47; }
span { border-color: rgb(168,191,71); }
td.TdClassName
{
border-color: #A8BF47;
}
.TagClassName
{
border-color: #A8BF47;
}
</style>