Shades of Celery #A9BD3C
Tints of Celery #A9BD3C
RGB
CMYK
RGB Variations
Color information
#A9BD3C (or 0xA9BD3C) is known color: Celery. HEX triplet: A9, BD and 3C. RGB value is (169,189,60). Sum of RGB (Red+Green+Blue) = 169+189+60=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD3C is #5642C3. Grayscale: #A8A8A8. Windows color (decimal): -5653188 or 3980713. OLE color: 3980713.
HSL color Cylindrical-coordinate representation of color #A9BD3C: hue angle of 69.3º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9BD3C is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 60 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.26 |
| HSL | 69.3º | 0.52% | 0.49% | - |
| HSV(B) | 69.3º | 0.68% | 0.74% | - |
| XYZ | 35.38 | 45.16 | 11.13 | - |
| YUV | 168.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 60 | 0.11 | 0 | 0.68 | 0.26 | 69.3 | 0.52 | 0.49 |
| Hex | A9 | BD | 3C | B | 0 | 44 | 1A | 45 | 34 | 31 |
| Octal | 251 | 275 | 74 | 13 | 0 | 104 | 32 | 105 | 64 | 61 |
| Binary | 10101001 | 10111101 | 111100 | 1011 | 0 | 1000100 | 11010 | 1000101 | 110100 | 110001 |
Color Harmonies of #A9BD3C
Complementary color
Monochromatic Colors of #A9BD3C
Black with #A9BD3C
Text Example
Text Example
White with #A9BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD3C; }
p { color: rgb(169,189,60); }
H1.HeaderClassName
{
color: #A9BD3C;
}
.AnyTagClassName
{
color: #A9BD3C;
}
</style>
background-color css
<style>
a { background-color: #A9BD3C; }
a { background-color: rgb(169,189,60); }
div.DivClassName
{
background-color: #A9BD3C;
}
.BgClassName
{
background-color: #A9BD3C;
}
</style>
border-color css
<style>
span { border-color: #A9BD3C; }
span { border-color: rgb(169,189,60); }
td.TdClassName
{
border-color: #A9BD3C;
}
.TagClassName
{
border-color: #A9BD3C;
}
</style>