Shades of Celery #B0C651
Tints of Celery #B0C651
RGB
CMYK
RGB Variations
Color information
#B0C651 (or 0xB0C651) is known color: Celery. HEX triplet: B0, C6 and 51. RGB value is (176,198,81). Sum of RGB (Red+Green+Blue) = 176+198+81=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C651 is #4F39AE. Grayscale: #B2B2B2. Windows color (decimal): -5192111 or 5359280. OLE color: 5359280.
HSL color Cylindrical-coordinate representation of color #B0C651: hue angle of 71.28º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0C651 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 81 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.22 |
| HSL | 71.28º | 0.51% | 0.55% | - |
| HSV(B) | 71.28º | 0.59% | 0.78% | - |
| XYZ | 39.58 | 50.21 | 15.39 | - |
| YUV | 178.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 81 | 0.11 | 0 | 0.59 | 0.22 | 71.28 | 0.51 | 0.55 |
| Hex | B0 | C6 | 51 | B | 0 | 3B | 16 | 47 | 33 | 37 |
| Octal | 260 | 306 | 121 | 13 | 0 | 73 | 26 | 107 | 63 | 67 |
| Binary | 10110000 | 11000110 | 1010001 | 1011 | 0 | 111011 | 10110 | 1000111 | 110011 | 110111 |
Color Harmonies of #B0C651
Complementary color
Monochromatic Colors of #B0C651
Black with #B0C651
Text Example
Text Example
White with #B0C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C651; }
p { color: rgb(176,198,81); }
H1.HeaderClassName
{
color: #B0C651;
}
.AnyTagClassName
{
color: #B0C651;
}
</style>
background-color css
<style>
a { background-color: #B0C651; }
a { background-color: rgb(176,198,81); }
div.DivClassName
{
background-color: #B0C651;
}
.BgClassName
{
background-color: #B0C651;
}
</style>
border-color css
<style>
span { border-color: #B0C651; }
span { border-color: rgb(176,198,81); }
td.TdClassName
{
border-color: #B0C651;
}
.TagClassName
{
border-color: #B0C651;
}
</style>