Shades of Celery #B0BF50
Tints of Celery #B0BF50
RGB
CMYK
RGB Variations
Color information
#B0BF50 (or 0xB0BF50) is known color: Celery. HEX triplet: B0, BF and 50. RGB value is (176,191,80). Sum of RGB (Red+Green+Blue) = 176+191+80=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF50 is #4F40AF. Grayscale: #AEAEAE. Windows color (decimal): -5193904 or 5291952. OLE color: 5291952.
HSL color Cylindrical-coordinate representation of color #B0BF50: hue angle of 68.11º 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 #B0BF50 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 80 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.25 |
| HSL | 68.11º | 0.46% | 0.53% | - |
| HSV(B) | 68.11º | 0.58% | 0.75% | - |
| XYZ | 37.98 | 47.07 | 14.67 | - |
| YUV | 173.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 80 | 0.08 | 0 | 0.58 | 0.25 | 68.11 | 0.46 | 0.53 |
| Hex | B0 | BF | 50 | 8 | 0 | 3A | 19 | 44 | 2E | 35 |
| Octal | 260 | 277 | 120 | 10 | 0 | 72 | 31 | 104 | 56 | 65 |
| Binary | 10110000 | 10111111 | 1010000 | 1000 | 0 | 111010 | 11001 | 1000100 | 101110 | 110101 |
Color Harmonies of #B0BF50
Complementary color
Monochromatic Colors of #B0BF50
Black with #B0BF50
Text Example
Text Example
White with #B0BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF50; }
p { color: rgb(176,191,80); }
H1.HeaderClassName
{
color: #B0BF50;
}
.AnyTagClassName
{
color: #B0BF50;
}
</style>
background-color css
<style>
a { background-color: #B0BF50; }
a { background-color: rgb(176,191,80); }
div.DivClassName
{
background-color: #B0BF50;
}
.BgClassName
{
background-color: #B0BF50;
}
</style>
border-color css
<style>
span { border-color: #B0BF50; }
span { border-color: rgb(176,191,80); }
td.TdClassName
{
border-color: #B0BF50;
}
.TagClassName
{
border-color: #B0BF50;
}
</style>