Shades of Celery #B0BD39
Tints of Celery #B0BD39
RGB
CMYK
RGB Variations
Color information
#B0BD39 (or 0xB0BD39) is known color: Celery. HEX triplet: B0, BD and 39. RGB value is (176,189,57). Sum of RGB (Red+Green+Blue) = 176+189+57=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD39 is #4F42C6. Grayscale: #AAAAAA. Windows color (decimal): -5194439 or 3784112. OLE color: 3784112.
HSL color Cylindrical-coordinate representation of color #B0BD39: hue angle of 65.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0BD39 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 57 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.26 |
| HSL | 65.91º | 0.54% | 0.48% | - |
| HSV(B) | 65.91º | 0.7% | 0.74% | - |
| XYZ | 36.84 | 45.92 | 10.79 | - |
| YUV | 170.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 57 | 0.07 | 0 | 0.70 | 0.26 | 65.91 | 0.54 | 0.48 |
| Hex | B0 | BD | 39 | 7 | 0 | 46 | 1A | 42 | 36 | 30 |
| Octal | 260 | 275 | 71 | 7 | 0 | 106 | 32 | 102 | 66 | 60 |
| Binary | 10110000 | 10111101 | 111001 | 111 | 0 | 1000110 | 11010 | 1000010 | 110110 | 110000 |
Color Harmonies of #B0BD39
Complementary color
Monochromatic Colors of #B0BD39
Black with #B0BD39
Text Example
Text Example
White with #B0BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD39; }
p { color: rgb(176,189,57); }
H1.HeaderClassName
{
color: #B0BD39;
}
.AnyTagClassName
{
color: #B0BD39;
}
</style>
background-color css
<style>
a { background-color: #B0BD39; }
a { background-color: rgb(176,189,57); }
div.DivClassName
{
background-color: #B0BD39;
}
.BgClassName
{
background-color: #B0BD39;
}
</style>
border-color css
<style>
span { border-color: #B0BD39; }
span { border-color: rgb(176,189,57); }
td.TdClassName
{
border-color: #B0BD39;
}
.TagClassName
{
border-color: #B0BD39;
}
</style>