Shades of Celery #B0BD46
Tints of Celery #B0BD46
RGB
CMYK
RGB Variations
Color information
#B0BD46 (or 0xB0BD46) is known color: Celery. HEX triplet: B0, BD and 46. RGB value is (176,189,70). Sum of RGB (Red+Green+Blue) = 176+189+70=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD46 is #4F42B9. Grayscale: #ACACAC. Windows color (decimal): -5194426 or 4636080. OLE color: 4636080.
HSL color Cylindrical-coordinate representation of color #B0BD46: hue angle of 66.55º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0BD46 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 70 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.26 |
| HSL | 66.55º | 0.47% | 0.51% | - |
| HSV(B) | 66.55º | 0.63% | 0.74% | - |
| XYZ | 37.21 | 46.07 | 12.73 | - |
| YUV | 171.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 70 | 0.07 | 0 | 0.63 | 0.26 | 66.55 | 0.47 | 0.51 |
| Hex | B0 | BD | 46 | 7 | 0 | 3F | 1A | 43 | 2F | 33 |
| Octal | 260 | 275 | 106 | 7 | 0 | 77 | 32 | 103 | 57 | 63 |
| Binary | 10110000 | 10111101 | 1000110 | 111 | 0 | 111111 | 11010 | 1000011 | 101111 | 110011 |
Color Harmonies of #B0BD46
Complementary color
Monochromatic Colors of #B0BD46
Black with #B0BD46
Text Example
Text Example
White with #B0BD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD46; }
p { color: rgb(176,189,70); }
H1.HeaderClassName
{
color: #B0BD46;
}
.AnyTagClassName
{
color: #B0BD46;
}
</style>
background-color css
<style>
a { background-color: #B0BD46; }
a { background-color: rgb(176,189,70); }
div.DivClassName
{
background-color: #B0BD46;
}
.BgClassName
{
background-color: #B0BD46;
}
</style>
border-color css
<style>
span { border-color: #B0BD46; }
span { border-color: rgb(176,189,70); }
td.TdClassName
{
border-color: #B0BD46;
}
.TagClassName
{
border-color: #B0BD46;
}
</style>