Shades of Celery #B0C647
Tints of Celery #B0C647
RGB
CMYK
RGB Variations
Color information
#B0C647 (or 0xB0C647) is known color: Celery. HEX triplet: B0, C6 and 47. RGB value is (176,198,71). Sum of RGB (Red+Green+Blue) = 176+198+71=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C647 is #4F39B8. Grayscale: #B1B1B1. Windows color (decimal): -5192121 or 4703920. OLE color: 4703920.
HSL color Cylindrical-coordinate representation of color #B0C647: hue angle of 70.39º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0C647 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 71 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.22 |
| HSL | 70.39º | 0.53% | 0.53% | - |
| HSV(B) | 70.39º | 0.64% | 0.78% | - |
| XYZ | 39.24 | 50.07 | 13.56 | - |
| YUV | 176.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 71 | 0.11 | 0 | 0.64 | 0.22 | 70.39 | 0.53 | 0.53 |
| Hex | B0 | C6 | 47 | B | 0 | 40 | 16 | 46 | 35 | 35 |
| Octal | 260 | 306 | 107 | 13 | 0 | 100 | 26 | 106 | 65 | 65 |
| Binary | 10110000 | 11000110 | 1000111 | 1011 | 0 | 1000000 | 10110 | 1000110 | 110101 | 110101 |
Color Harmonies of #B0C647
Complementary color
Monochromatic Colors of #B0C647
Black with #B0C647
Text Example
Text Example
White with #B0C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C647; }
p { color: rgb(176,198,71); }
H1.HeaderClassName
{
color: #B0C647;
}
.AnyTagClassName
{
color: #B0C647;
}
</style>
background-color css
<style>
a { background-color: #B0C647; }
a { background-color: rgb(176,198,71); }
div.DivClassName
{
background-color: #B0C647;
}
.BgClassName
{
background-color: #B0C647;
}
</style>
border-color css
<style>
span { border-color: #B0C647; }
span { border-color: rgb(176,198,71); }
td.TdClassName
{
border-color: #B0C647;
}
.TagClassName
{
border-color: #B0C647;
}
</style>