Shades of Celery #A9BF5D
Tints of Celery #A9BF5D
RGB
CMYK
RGB Variations
Color information
#A9BF5D (or 0xA9BF5D) is known color: Celery. HEX triplet: A9, BF and 5D. RGB value is (169,191,93). Sum of RGB (Red+Green+Blue) = 169+191+93=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF5D is #5640A2. Grayscale: #ADADAD. Windows color (decimal): -5652643 or 6143913. OLE color: 6143913.
HSL color Cylindrical-coordinate representation of color #A9BF5D: hue angle of 73.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9BF5D is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 93 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.25 |
| HSL | 73.47º | 0.43% | 0.56% | - |
| HSV(B) | 73.47º | 0.51% | 0.75% | - |
| XYZ | 36.97 | 46.49 | 17.38 | - |
| YUV | 173.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 93 | 0.12 | 0 | 0.51 | 0.25 | 73.47 | 0.43 | 0.56 |
| Hex | A9 | BF | 5D | C | 0 | 33 | 19 | 49 | 2B | 38 |
| Octal | 251 | 277 | 135 | 14 | 0 | 63 | 31 | 111 | 53 | 70 |
| Binary | 10101001 | 10111111 | 1011101 | 1100 | 0 | 110011 | 11001 | 1001001 | 101011 | 111000 |
Color Harmonies of #A9BF5D
Complementary color
Monochromatic Colors of #A9BF5D
Black with #A9BF5D
Text Example
Text Example
White with #A9BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF5D; }
p { color: rgb(169,191,93); }
H1.HeaderClassName
{
color: #A9BF5D;
}
.AnyTagClassName
{
color: #A9BF5D;
}
</style>
background-color css
<style>
a { background-color: #A9BF5D; }
a { background-color: rgb(169,191,93); }
div.DivClassName
{
background-color: #A9BF5D;
}
.BgClassName
{
background-color: #A9BF5D;
}
</style>
border-color css
<style>
span { border-color: #A9BF5D; }
span { border-color: rgb(169,191,93); }
td.TdClassName
{
border-color: #A9BF5D;
}
.TagClassName
{
border-color: #A9BF5D;
}
</style>