Shades of Celery #A8BF5B
Tints of Celery #A8BF5B
RGB
CMYK
RGB Variations
Color information
#A8BF5B (or 0xA8BF5B) is known color: Celery. HEX triplet: A8, BF and 5B. RGB value is (168,191,91). Sum of RGB (Red+Green+Blue) = 168+191+91=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF5B is #5740A4. Grayscale: #ADADAD. Windows color (decimal): -5718181 or 6012840. OLE color: 6012840.
HSL color Cylindrical-coordinate representation of color #A8BF5B: hue angle of 73.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8BF5B is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 91 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.25 |
| HSL | 73.8º | 0.44% | 0.55% | - |
| HSV(B) | 73.8º | 0.52% | 0.75% | - |
| XYZ | 36.67 | 46.34 | 16.91 | - |
| YUV | 172.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 91 | 0.12 | 0 | 0.52 | 0.25 | 73.8 | 0.44 | 0.55 |
| Hex | A8 | BF | 5B | C | 0 | 34 | 19 | 4A | 2C | 37 |
| Octal | 250 | 277 | 133 | 14 | 0 | 64 | 31 | 112 | 54 | 67 |
| Binary | 10101000 | 10111111 | 1011011 | 1100 | 0 | 110100 | 11001 | 1001010 | 101100 | 110111 |
Color Harmonies of #A8BF5B
Complementary color
Monochromatic Colors of #A8BF5B
Black with #A8BF5B
Text Example
Text Example
White with #A8BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF5B; }
p { color: rgb(168,191,91); }
H1.HeaderClassName
{
color: #A8BF5B;
}
.AnyTagClassName
{
color: #A8BF5B;
}
</style>
background-color css
<style>
a { background-color: #A8BF5B; }
a { background-color: rgb(168,191,91); }
div.DivClassName
{
background-color: #A8BF5B;
}
.BgClassName
{
background-color: #A8BF5B;
}
</style>
border-color css
<style>
span { border-color: #A8BF5B; }
span { border-color: rgb(168,191,91); }
td.TdClassName
{
border-color: #A8BF5B;
}
.TagClassName
{
border-color: #A8BF5B;
}
</style>