Shades of Celery #B9BB48
Tints of Celery #B9BB48
RGB
CMYK
RGB Variations
Color information
#B9BB48 (or 0xB9BB48) is known color: Celery. HEX triplet: B9, BB and 48. RGB value is (185,187,72). Sum of RGB (Red+Green+Blue) = 185+187+72=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BB48 is #4644B7. Grayscale: #ADADAD. Windows color (decimal): -4605112 or 4766649. OLE color: 4766649.
HSL color Cylindrical-coordinate representation of color #B9BB48: hue angle of 61.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9BB48 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 72 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.27 |
| HSL | 61.04º | 0.46% | 0.51% | - |
| HSV(B) | 61.04º | 0.61% | 0.73% | - |
| XYZ | 38.95 | 46.32 | 13.02 | - |
| YUV | 173.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 72 | 0.01 | 0 | 0.61 | 0.27 | 61.04 | 0.46 | 0.51 |
| Hex | B9 | BB | 48 | 1 | 0 | 3D | 1B | 3D | 2E | 33 |
| Octal | 271 | 273 | 110 | 1 | 0 | 75 | 33 | 75 | 56 | 63 |
| Binary | 10111001 | 10111011 | 1001000 | 1 | 0 | 111101 | 11011 | 111101 | 101110 | 110011 |
Color Harmonies of #B9BB48
Complementary color
Monochromatic Colors of #B9BB48
Black with #B9BB48
Text Example
Text Example
White with #B9BB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BB48; }
p { color: rgb(185,187,72); }
H1.HeaderClassName
{
color: #B9BB48;
}
.AnyTagClassName
{
color: #B9BB48;
}
</style>
background-color css
<style>
a { background-color: #B9BB48; }
a { background-color: rgb(185,187,72); }
div.DivClassName
{
background-color: #B9BB48;
}
.BgClassName
{
background-color: #B9BB48;
}
</style>
border-color css
<style>
span { border-color: #B9BB48; }
span { border-color: rgb(185,187,72); }
td.TdClassName
{
border-color: #B9BB48;
}
.TagClassName
{
border-color: #B9BB48;
}
</style>