Shades of Celery #A4B250
Tints of Celery #A4B250
RGB
CMYK
RGB Variations
Color information
#A4B250 (or 0xA4B250) is known color: Celery. HEX triplet: A4, B2 and 50. RGB value is (164,178,80). Sum of RGB (Red+Green+Blue) = 164+178+80=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B250 is #5B4DAF. Grayscale: #A3A3A3. Windows color (decimal): -5983664 or 5288612. OLE color: 5288612.
HSL color Cylindrical-coordinate representation of color #A4B250: hue angle of 68.57º 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 #A4B250 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 80 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.30 |
| HSL | 68.57º | 0.39% | 0.51% | - |
| HSV(B) | 68.57º | 0.55% | 0.7% | - |
| XYZ | 32.68 | 40.31 | 13.65 | - |
| YUV | 162.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 80 | 0.08 | 0 | 0.55 | 0.30 | 68.57 | 0.39 | 0.51 |
| Hex | A4 | B2 | 50 | 8 | 0 | 37 | 1E | 45 | 27 | 33 |
| Octal | 244 | 262 | 120 | 10 | 0 | 67 | 36 | 105 | 47 | 63 |
| Binary | 10100100 | 10110010 | 1010000 | 1000 | 0 | 110111 | 11110 | 1000101 | 100111 | 110011 |
Color Harmonies of #A4B250
Complementary color
Monochromatic Colors of #A4B250
Black with #A4B250
Text Example
Text Example
White with #A4B250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B250; }
p { color: rgb(164,178,80); }
H1.HeaderClassName
{
color: #A4B250;
}
.AnyTagClassName
{
color: #A4B250;
}
</style>
background-color css
<style>
a { background-color: #A4B250; }
a { background-color: rgb(164,178,80); }
div.DivClassName
{
background-color: #A4B250;
}
.BgClassName
{
background-color: #A4B250;
}
</style>
border-color css
<style>
span { border-color: #A4B250; }
span { border-color: rgb(164,178,80); }
td.TdClassName
{
border-color: #A4B250;
}
.TagClassName
{
border-color: #A4B250;
}
</style>