Shades of Celery #B0BB4D
Tints of Celery #B0BB4D
RGB
CMYK
RGB Variations
Color information
#B0BB4D (or 0xB0BB4D) is known color: Celery. HEX triplet: B0, BB and 4D. RGB value is (176,187,77). Sum of RGB (Red+Green+Blue) = 176+187+77=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB4D is #4F44B2. Grayscale: #ABABAB. Windows color (decimal): -5194931 or 5094320. OLE color: 5094320.
HSL color Cylindrical-coordinate representation of color #B0BB4D: hue angle of 66º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0BB4D is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 77 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.27 |
| HSL | 66º | 0.45% | 0.52% | - |
| HSV(B) | 66º | 0.59% | 0.73% | - |
| XYZ | 37.01 | 45.31 | 13.82 | - |
| YUV | 171.17 | 74.86 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 77 | 0.06 | 0 | 0.59 | 0.27 | 66 | 0.45 | 0.52 |
| Hex | B0 | BB | 4D | 6 | 0 | 3B | 1B | 42 | 2D | 34 |
| Octal | 260 | 273 | 115 | 6 | 0 | 73 | 33 | 102 | 55 | 64 |
| Binary | 10110000 | 10111011 | 1001101 | 110 | 0 | 111011 | 11011 | 1000010 | 101101 | 110100 |
Color Harmonies of #B0BB4D
Complementary color
Monochromatic Colors of #B0BB4D
Black with #B0BB4D
Text Example
Text Example
White with #B0BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB4D; }
p { color: rgb(176,187,77); }
H1.HeaderClassName
{
color: #B0BB4D;
}
.AnyTagClassName
{
color: #B0BB4D;
}
</style>
background-color css
<style>
a { background-color: #B0BB4D; }
a { background-color: rgb(176,187,77); }
div.DivClassName
{
background-color: #B0BB4D;
}
.BgClassName
{
background-color: #B0BB4D;
}
</style>
border-color css
<style>
span { border-color: #B0BB4D; }
span { border-color: rgb(176,187,77); }
td.TdClassName
{
border-color: #B0BB4D;
}
.TagClassName
{
border-color: #B0BB4D;
}
</style>