Shades of Celery #A7B250
Tints of Celery #A7B250
RGB
CMYK
RGB Variations
Color information
#A7B250 (or 0xA7B250) is known color: Celery. HEX triplet: A7, B2 and 50. RGB value is (167,178,80). Sum of RGB (Red+Green+Blue) = 167+178+80=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B250 is #584DAF. Grayscale: #A3A3A3. Windows color (decimal): -5787056 or 5288615. OLE color: 5288615.
HSL color Cylindrical-coordinate representation of color #A7B250: hue angle of 66.73º 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 #A7B250 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 80 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.30 |
| HSL | 66.73º | 0.39% | 0.51% | - |
| HSV(B) | 66.73º | 0.55% | 0.7% | - |
| XYZ | 33.3 | 40.64 | 13.68 | - |
| YUV | 163.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 80 | 0.06 | 0 | 0.55 | 0.30 | 66.73 | 0.39 | 0.51 |
| Hex | A7 | B2 | 50 | 6 | 0 | 37 | 1E | 43 | 27 | 33 |
| Octal | 247 | 262 | 120 | 6 | 0 | 67 | 36 | 103 | 47 | 63 |
| Binary | 10100111 | 10110010 | 1010000 | 110 | 0 | 110111 | 11110 | 1000011 | 100111 | 110011 |
Color Harmonies of #A7B250
Complementary color
Monochromatic Colors of #A7B250
Black with #A7B250
Text Example
Text Example
White with #A7B250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B250; }
p { color: rgb(167,178,80); }
H1.HeaderClassName
{
color: #A7B250;
}
.AnyTagClassName
{
color: #A7B250;
}
</style>
background-color css
<style>
a { background-color: #A7B250; }
a { background-color: rgb(167,178,80); }
div.DivClassName
{
background-color: #A7B250;
}
.BgClassName
{
background-color: #A7B250;
}
</style>
border-color css
<style>
span { border-color: #A7B250; }
span { border-color: rgb(167,178,80); }
td.TdClassName
{
border-color: #A7B250;
}
.TagClassName
{
border-color: #A7B250;
}
</style>