Shades of Celery #B0BD43
Tints of Celery #B0BD43
RGB
CMYK
RGB Variations
Color information
#B0BD43 (or 0xB0BD43) is known color: Celery. HEX triplet: B0, BD and 43. RGB value is (176,189,67). Sum of RGB (Red+Green+Blue) = 176+189+67=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD43 is #4F42BC. Grayscale: #ABABAB. Windows color (decimal): -5194429 or 4439472. OLE color: 4439472.
HSL color Cylindrical-coordinate representation of color #B0BD43: hue angle of 66.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0BD43 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 67 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.26 |
| HSL | 66.39º | 0.48% | 0.5% | - |
| HSV(B) | 66.39º | 0.65% | 0.74% | - |
| XYZ | 37.12 | 46.03 | 12.24 | - |
| YUV | 171.21 | 69.19 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 67 | 0.07 | 0 | 0.65 | 0.26 | 66.39 | 0.48 | 0.5 |
| Hex | B0 | BD | 43 | 7 | 0 | 41 | 1A | 42 | 30 | 32 |
| Octal | 260 | 275 | 103 | 7 | 0 | 101 | 32 | 102 | 60 | 62 |
| Binary | 10110000 | 10111101 | 1000011 | 111 | 0 | 1000001 | 11010 | 1000010 | 110000 | 110010 |
Color Harmonies of #B0BD43
Complementary color
Monochromatic Colors of #B0BD43
Black with #B0BD43
Text Example
Text Example
White with #B0BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD43; }
p { color: rgb(176,189,67); }
H1.HeaderClassName
{
color: #B0BD43;
}
.AnyTagClassName
{
color: #B0BD43;
}
</style>
background-color css
<style>
a { background-color: #B0BD43; }
a { background-color: rgb(176,189,67); }
div.DivClassName
{
background-color: #B0BD43;
}
.BgClassName
{
background-color: #B0BD43;
}
</style>
border-color css
<style>
span { border-color: #B0BD43; }
span { border-color: rgb(176,189,67); }
td.TdClassName
{
border-color: #B0BD43;
}
.TagClassName
{
border-color: #B0BD43;
}
</style>