Shades of Celery #B4BB42
Tints of Celery #B4BB42
RGB
CMYK
RGB Variations
Color information
#B4BB42 (or 0xB4BB42) is known color: Celery. HEX triplet: B4, BB and 42. RGB value is (180,187,66). Sum of RGB (Red+Green+Blue) = 180+187+66=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB42 is #4B44BD. Grayscale: #ABABAB. Windows color (decimal): -4932798 or 4373428. OLE color: 4373428.
HSL color Cylindrical-coordinate representation of color #B4BB42: hue angle of 63.47º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4BB42 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 66 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.27 |
| HSL | 63.47º | 0.48% | 0.5% | - |
| HSV(B) | 63.47º | 0.65% | 0.73% | - |
| XYZ | 37.58 | 45.64 | 11.98 | - |
| YUV | 171.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 66 | 0.04 | 0 | 0.65 | 0.27 | 63.47 | 0.48 | 0.5 |
| Hex | B4 | BB | 42 | 4 | 0 | 41 | 1B | 3F | 30 | 32 |
| Octal | 264 | 273 | 102 | 4 | 0 | 101 | 33 | 77 | 60 | 62 |
| Binary | 10110100 | 10111011 | 1000010 | 100 | 0 | 1000001 | 11011 | 111111 | 110000 | 110010 |
Color Harmonies of #B4BB42
Complementary color
Monochromatic Colors of #B4BB42
Black with #B4BB42
Text Example
Text Example
White with #B4BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB42; }
p { color: rgb(180,187,66); }
H1.HeaderClassName
{
color: #B4BB42;
}
.AnyTagClassName
{
color: #B4BB42;
}
</style>
background-color css
<style>
a { background-color: #B4BB42; }
a { background-color: rgb(180,187,66); }
div.DivClassName
{
background-color: #B4BB42;
}
.BgClassName
{
background-color: #B4BB42;
}
</style>
border-color css
<style>
span { border-color: #B4BB42; }
span { border-color: rgb(180,187,66); }
td.TdClassName
{
border-color: #B4BB42;
}
.TagClassName
{
border-color: #B4BB42;
}
</style>