Shades of Celery #B0C049
Tints of Celery #B0C049
RGB
CMYK
RGB Variations
Color information
#B0C049 (or 0xB0C049) is known color: Celery. HEX triplet: B0, C0 and 49. RGB value is (176,192,73). Sum of RGB (Red+Green+Blue) = 176+192+73=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C049 is #4F3FB6. Grayscale: #AEAEAE. Windows color (decimal): -5193655 or 4833456. OLE color: 4833456.
HSL color Cylindrical-coordinate representation of color #B0C049: hue angle of 68.07º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0C049 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 73 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.25 |
| HSL | 68.07º | 0.49% | 0.52% | - |
| HSV(B) | 68.07º | 0.62% | 0.75% | - |
| XYZ | 37.96 | 47.41 | 13.45 | - |
| YUV | 173.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 73 | 0.08 | 0 | 0.62 | 0.25 | 68.07 | 0.49 | 0.52 |
| Hex | B0 | C0 | 49 | 8 | 0 | 3E | 19 | 44 | 31 | 34 |
| Octal | 260 | 300 | 111 | 10 | 0 | 76 | 31 | 104 | 61 | 64 |
| Binary | 10110000 | 11000000 | 1001001 | 1000 | 0 | 111110 | 11001 | 1000100 | 110001 | 110100 |
Color Harmonies of #B0C049
Complementary color
Monochromatic Colors of #B0C049
Black with #B0C049
Text Example
Text Example
White with #B0C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C049; }
p { color: rgb(176,192,73); }
H1.HeaderClassName
{
color: #B0C049;
}
.AnyTagClassName
{
color: #B0C049;
}
</style>
background-color css
<style>
a { background-color: #B0C049; }
a { background-color: rgb(176,192,73); }
div.DivClassName
{
background-color: #B0C049;
}
.BgClassName
{
background-color: #B0C049;
}
</style>
border-color css
<style>
span { border-color: #B0C049; }
span { border-color: rgb(176,192,73); }
td.TdClassName
{
border-color: #B0C049;
}
.TagClassName
{
border-color: #B0C049;
}
</style>