Shades of Celery #A9B250
Tints of Celery #A9B250
RGB
CMYK
RGB Variations
Color information
#A9B250 (or 0xA9B250) is known color: Celery. HEX triplet: A9, B2 and 50. RGB value is (169,178,80). Sum of RGB (Red+Green+Blue) = 169+178+80=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B250 is #564DAF. Grayscale: #A4A4A4. Windows color (decimal): -5655984 or 5288617. OLE color: 5288617.
HSL color Cylindrical-coordinate representation of color #A9B250: hue angle of 65.51º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9B250 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 178 | 80 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.30 |
| HSL | 65.51º | 0.39% | 0.51% | - |
| HSV(B) | 65.51º | 0.55% | 0.7% | - |
| XYZ | 33.73 | 40.86 | 13.7 | - |
| YUV | 164.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 80 | 0.05 | 0 | 0.55 | 0.30 | 65.51 | 0.39 | 0.51 |
| Hex | A9 | B2 | 50 | 5 | 0 | 37 | 1E | 42 | 27 | 33 |
| Octal | 251 | 262 | 120 | 5 | 0 | 67 | 36 | 102 | 47 | 63 |
| Binary | 10101001 | 10110010 | 1010000 | 101 | 0 | 110111 | 11110 | 1000010 | 100111 | 110011 |
Color Harmonies of #A9B250
Complementary color
Monochromatic Colors of #A9B250
Black with #A9B250
Text Example
Text Example
White with #A9B250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B250; }
p { color: rgb(169,178,80); }
H1.HeaderClassName
{
color: #A9B250;
}
.AnyTagClassName
{
color: #A9B250;
}
</style>
background-color css
<style>
a { background-color: #A9B250; }
a { background-color: rgb(169,178,80); }
div.DivClassName
{
background-color: #A9B250;
}
.BgClassName
{
background-color: #A9B250;
}
</style>
border-color css
<style>
span { border-color: #A9B250; }
span { border-color: rgb(169,178,80); }
td.TdClassName
{
border-color: #A9B250;
}
.TagClassName
{
border-color: #A9B250;
}
</style>