Shades of Celery #A8BF41
Tints of Celery #A8BF41
RGB
CMYK
RGB Variations
Color information
#A8BF41 (or 0xA8BF41) is known color: Celery. HEX triplet: A8, BF and 41. RGB value is (168,191,65). Sum of RGB (Red+Green+Blue) = 168+191+65=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF41 is #5740BE. Grayscale: #AAAAAA. Windows color (decimal): -5718207 or 4308904. OLE color: 4308904.
HSL color Cylindrical-coordinate representation of color #A8BF41: hue angle of 70.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8BF41 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 65 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.25 |
| HSL | 70.95º | 0.5% | 0.5% | - |
| HSV(B) | 70.95º | 0.66% | 0.75% | - |
| XYZ | 35.73 | 45.97 | 11.99 | - |
| YUV | 169.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 65 | 0.12 | 0 | 0.66 | 0.25 | 70.95 | 0.5 | 0.5 |
| Hex | A8 | BF | 41 | C | 0 | 42 | 19 | 47 | 32 | 32 |
| Octal | 250 | 277 | 101 | 14 | 0 | 102 | 31 | 107 | 62 | 62 |
| Binary | 10101000 | 10111111 | 1000001 | 1100 | 0 | 1000010 | 11001 | 1000111 | 110010 | 110010 |
Color Harmonies of #A8BF41
Complementary color
Monochromatic Colors of #A8BF41
Black with #A8BF41
Text Example
Text Example
White with #A8BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF41; }
p { color: rgb(168,191,65); }
H1.HeaderClassName
{
color: #A8BF41;
}
.AnyTagClassName
{
color: #A8BF41;
}
</style>
background-color css
<style>
a { background-color: #A8BF41; }
a { background-color: rgb(168,191,65); }
div.DivClassName
{
background-color: #A8BF41;
}
.BgClassName
{
background-color: #A8BF41;
}
</style>
border-color css
<style>
span { border-color: #A8BF41; }
span { border-color: rgb(168,191,65); }
td.TdClassName
{
border-color: #A8BF41;
}
.TagClassName
{
border-color: #A8BF41;
}
</style>