Shades of Celery #B0BE47
Tints of Celery #B0BE47
RGB
CMYK
RGB Variations
Color information
#B0BE47 (or 0xB0BE47) is known color: Celery. HEX triplet: B0, BE and 47. RGB value is (176,190,71). Sum of RGB (Red+Green+Blue) = 176+190+71=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE47 is #4F41B8. Grayscale: #ACACAC. Windows color (decimal): -5194169 or 4701872. OLE color: 4701872.
HSL color Cylindrical-coordinate representation of color #B0BE47: hue angle of 67.06º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0BE47 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 71 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.25 |
| HSL | 67.06º | 0.48% | 0.51% | - |
| HSV(B) | 67.06º | 0.63% | 0.75% | - |
| XYZ | 37.46 | 46.51 | 12.96 | - |
| YUV | 172.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 71 | 0.07 | 0 | 0.63 | 0.25 | 67.06 | 0.48 | 0.51 |
| Hex | B0 | BE | 47 | 7 | 0 | 3F | 19 | 43 | 30 | 33 |
| Octal | 260 | 276 | 107 | 7 | 0 | 77 | 31 | 103 | 60 | 63 |
| Binary | 10110000 | 10111110 | 1000111 | 111 | 0 | 111111 | 11001 | 1000011 | 110000 | 110011 |
Color Harmonies of #B0BE47
Complementary color
Monochromatic Colors of #B0BE47
Black with #B0BE47
Text Example
Text Example
White with #B0BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE47; }
p { color: rgb(176,190,71); }
H1.HeaderClassName
{
color: #B0BE47;
}
.AnyTagClassName
{
color: #B0BE47;
}
</style>
background-color css
<style>
a { background-color: #B0BE47; }
a { background-color: rgb(176,190,71); }
div.DivClassName
{
background-color: #B0BE47;
}
.BgClassName
{
background-color: #B0BE47;
}
</style>
border-color css
<style>
span { border-color: #B0BE47; }
span { border-color: rgb(176,190,71); }
td.TdClassName
{
border-color: #B0BE47;
}
.TagClassName
{
border-color: #B0BE47;
}
</style>