Shades of Celery #A9BF5C
Tints of Celery #A9BF5C
RGB
CMYK
RGB Variations
Color information
#A9BF5C (or 0xA9BF5C) is known color: Celery. HEX triplet: A9, BF and 5C. RGB value is (169,191,92). Sum of RGB (Red+Green+Blue) = 169+191+92=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF5C is #5640A3. Grayscale: #ADADAD. Windows color (decimal): -5652644 or 6078377. OLE color: 6078377.
HSL color Cylindrical-coordinate representation of color #A9BF5C: hue angle of 73.33º 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 #A9BF5C is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 92 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.25 |
| HSL | 73.33º | 0.44% | 0.55% | - |
| HSV(B) | 73.33º | 0.52% | 0.75% | - |
| XYZ | 36.92 | 46.47 | 17.15 | - |
| YUV | 173.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 92 | 0.12 | 0 | 0.52 | 0.25 | 73.33 | 0.44 | 0.55 |
| Hex | A9 | BF | 5C | C | 0 | 34 | 19 | 49 | 2C | 37 |
| Octal | 251 | 277 | 134 | 14 | 0 | 64 | 31 | 111 | 54 | 67 |
| Binary | 10101001 | 10111111 | 1011100 | 1100 | 0 | 110100 | 11001 | 1001001 | 101100 | 110111 |
Color Harmonies of #A9BF5C
Complementary color
Monochromatic Colors of #A9BF5C
Black with #A9BF5C
Text Example
Text Example
White with #A9BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF5C; }
p { color: rgb(169,191,92); }
H1.HeaderClassName
{
color: #A9BF5C;
}
.AnyTagClassName
{
color: #A9BF5C;
}
</style>
background-color css
<style>
a { background-color: #A9BF5C; }
a { background-color: rgb(169,191,92); }
div.DivClassName
{
background-color: #A9BF5C;
}
.BgClassName
{
background-color: #A9BF5C;
}
</style>
border-color css
<style>
span { border-color: #A9BF5C; }
span { border-color: rgb(169,191,92); }
td.TdClassName
{
border-color: #A9BF5C;
}
.TagClassName
{
border-color: #A9BF5C;
}
</style>