Shades of Celery #A8BF3C
Tints of Celery #A8BF3C
RGB
CMYK
RGB Variations
Color information
#A8BF3C (or 0xA8BF3C) is known color: Celery. HEX triplet: A8, BF and 3C. RGB value is (168,191,60). Sum of RGB (Red+Green+Blue) = 168+191+60=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF3C is #5740C3. Grayscale: #A9A9A9. Windows color (decimal): -5718212 or 3981224. OLE color: 3981224.
HSL color Cylindrical-coordinate representation of color #A8BF3C: hue angle of 70.53º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8BF3C is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 60 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.25 |
| HSL | 70.53º | 0.52% | 0.49% | - |
| HSV(B) | 70.53º | 0.69% | 0.75% | - |
| XYZ | 35.59 | 45.91 | 11.26 | - |
| YUV | 169.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 60 | 0.12 | 0 | 0.69 | 0.25 | 70.53 | 0.52 | 0.49 |
| Hex | A8 | BF | 3C | C | 0 | 45 | 19 | 47 | 34 | 31 |
| Octal | 250 | 277 | 74 | 14 | 0 | 105 | 31 | 107 | 64 | 61 |
| Binary | 10101000 | 10111111 | 111100 | 1100 | 0 | 1000101 | 11001 | 1000111 | 110100 | 110001 |
Color Harmonies of #A8BF3C
Complementary color
Monochromatic Colors of #A8BF3C
Black with #A8BF3C
Text Example
Text Example
White with #A8BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF3C; }
p { color: rgb(168,191,60); }
H1.HeaderClassName
{
color: #A8BF3C;
}
.AnyTagClassName
{
color: #A8BF3C;
}
</style>
background-color css
<style>
a { background-color: #A8BF3C; }
a { background-color: rgb(168,191,60); }
div.DivClassName
{
background-color: #A8BF3C;
}
.BgClassName
{
background-color: #A8BF3C;
}
</style>
border-color css
<style>
span { border-color: #A8BF3C; }
span { border-color: rgb(168,191,60); }
td.TdClassName
{
border-color: #A8BF3C;
}
.TagClassName
{
border-color: #A8BF3C;
}
</style>