Shades of Celery #B0BE50
Tints of Celery #B0BE50
RGB
CMYK
RGB Variations
Color information
#B0BE50 (or 0xB0BE50) is known color: Celery. HEX triplet: B0, BE and 50. RGB value is (176,190,80). Sum of RGB (Red+Green+Blue) = 176+190+80=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE50 is #4F41AF. Grayscale: #ADADAD. Windows color (decimal): -5194160 or 5291696. OLE color: 5291696.
HSL color Cylindrical-coordinate representation of color #B0BE50: hue angle of 67.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0BE50 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 80 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.25 |
| HSL | 67.64º | 0.46% | 0.53% | - |
| HSV(B) | 67.64º | 0.58% | 0.75% | - |
| XYZ | 37.77 | 46.64 | 14.6 | - |
| YUV | 173.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 80 | 0.07 | 0 | 0.58 | 0.25 | 67.64 | 0.46 | 0.53 |
| Hex | B0 | BE | 50 | 7 | 0 | 3A | 19 | 44 | 2E | 35 |
| Octal | 260 | 276 | 120 | 7 | 0 | 72 | 31 | 104 | 56 | 65 |
| Binary | 10110000 | 10111110 | 1010000 | 111 | 0 | 111010 | 11001 | 1000100 | 101110 | 110101 |
Color Harmonies of #B0BE50
Complementary color
Monochromatic Colors of #B0BE50
Black with #B0BE50
Text Example
Text Example
White with #B0BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE50; }
p { color: rgb(176,190,80); }
H1.HeaderClassName
{
color: #B0BE50;
}
.AnyTagClassName
{
color: #B0BE50;
}
</style>
background-color css
<style>
a { background-color: #B0BE50; }
a { background-color: rgb(176,190,80); }
div.DivClassName
{
background-color: #B0BE50;
}
.BgClassName
{
background-color: #B0BE50;
}
</style>
border-color css
<style>
span { border-color: #B0BE50; }
span { border-color: rgb(176,190,80); }
td.TdClassName
{
border-color: #B0BE50;
}
.TagClassName
{
border-color: #B0BE50;
}
</style>