Shades of Celery #B0BD50
Tints of Celery #B0BD50
RGB
CMYK
RGB Variations
Color information
#B0BD50 (or 0xB0BD50) is known color: Celery. HEX triplet: B0, BD and 50. RGB value is (176,189,80). Sum of RGB (Red+Green+Blue) = 176+189+80=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD50 is #4F42AF. Grayscale: #ADADAD. Windows color (decimal): -5194416 or 5291440. OLE color: 5291440.
HSL color Cylindrical-coordinate representation of color #B0BD50: hue angle of 67.16º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0BD50 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 80 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.26 |
| HSL | 67.16º | 0.45% | 0.53% | - |
| HSV(B) | 67.16º | 0.58% | 0.74% | - |
| XYZ | 37.55 | 46.2 | 14.53 | - |
| YUV | 172.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 80 | 0.07 | 0 | 0.58 | 0.26 | 67.16 | 0.45 | 0.53 |
| Hex | B0 | BD | 50 | 7 | 0 | 3A | 1A | 43 | 2D | 35 |
| Octal | 260 | 275 | 120 | 7 | 0 | 72 | 32 | 103 | 55 | 65 |
| Binary | 10110000 | 10111101 | 1010000 | 111 | 0 | 111010 | 11010 | 1000011 | 101101 | 110101 |
Color Harmonies of #B0BD50
Complementary color
Monochromatic Colors of #B0BD50
Black with #B0BD50
Text Example
Text Example
White with #B0BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD50; }
p { color: rgb(176,189,80); }
H1.HeaderClassName
{
color: #B0BD50;
}
.AnyTagClassName
{
color: #B0BD50;
}
</style>
background-color css
<style>
a { background-color: #B0BD50; }
a { background-color: rgb(176,189,80); }
div.DivClassName
{
background-color: #B0BD50;
}
.BgClassName
{
background-color: #B0BD50;
}
</style>
border-color css
<style>
span { border-color: #B0BD50; }
span { border-color: rgb(176,189,80); }
td.TdClassName
{
border-color: #B0BD50;
}
.TagClassName
{
border-color: #B0BD50;
}
</style>