Shades of Celery #A9BD3D
Tints of Celery #A9BD3D
RGB
CMYK
RGB Variations
Color information
#A9BD3D (or 0xA9BD3D) is known color: Celery. HEX triplet: A9, BD and 3D. RGB value is (169,189,61). Sum of RGB (Red+Green+Blue) = 169+189+61=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD3D is #5642C2. Grayscale: #A8A8A8. Windows color (decimal): -5653187 or 4046249. OLE color: 4046249.
HSL color Cylindrical-coordinate representation of color #A9BD3D: hue angle of 69.38º degrees, saturation: 0.51, 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 #A9BD3D is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 61 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.26 |
| HSL | 69.38º | 0.51% | 0.49% | - |
| HSV(B) | 69.38º | 0.68% | 0.74% | - |
| XYZ | 35.4 | 45.17 | 11.27 | - |
| YUV | 168.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 61 | 0.11 | 0 | 0.68 | 0.26 | 69.38 | 0.51 | 0.49 |
| Hex | A9 | BD | 3D | B | 0 | 44 | 1A | 45 | 33 | 31 |
| Octal | 251 | 275 | 75 | 13 | 0 | 104 | 32 | 105 | 63 | 61 |
| Binary | 10101001 | 10111101 | 111101 | 1011 | 0 | 1000100 | 11010 | 1000101 | 110011 | 110001 |
Color Harmonies of #A9BD3D
Complementary color
Monochromatic Colors of #A9BD3D
Black with #A9BD3D
Text Example
Text Example
White with #A9BD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD3D; }
p { color: rgb(169,189,61); }
H1.HeaderClassName
{
color: #A9BD3D;
}
.AnyTagClassName
{
color: #A9BD3D;
}
</style>
background-color css
<style>
a { background-color: #A9BD3D; }
a { background-color: rgb(169,189,61); }
div.DivClassName
{
background-color: #A9BD3D;
}
.BgClassName
{
background-color: #A9BD3D;
}
</style>
border-color css
<style>
span { border-color: #A9BD3D; }
span { border-color: rgb(169,189,61); }
td.TdClassName
{
border-color: #A9BD3D;
}
.TagClassName
{
border-color: #A9BD3D;
}
</style>