Shades of Celery #BBBB42
Tints of Celery #BBBB42
RGB
CMYK
RGB Variations
Color information
#BBBB42 (or 0xBBBB42) is known color: Celery. HEX triplet: BB, BB and 42. RGB value is (187,187,66). Sum of RGB (Red+Green+Blue) = 187+187+66=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB42 is #4444BD. Grayscale: #ADADAD. Windows color (decimal): -4474046 or 4373435. OLE color: 4373435.
HSL color Cylindrical-coordinate representation of color #BBBB42: hue angle of 60º 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 #BBBB42 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 66 | - |
| CMYK | 0 | 0 | 0.65 | 0.27 |
| HSL | 60º | 0.48% | 0.5% | - |
| HSV(B) | 60º | 0.65% | 0.73% | - |
| XYZ | 39.25 | 46.5 | 12.06 | - |
| YUV | 173.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 66 | 0 | 0 | 0.65 | 0.27 | 60 | 0.48 | 0.5 |
| Hex | BB | BB | 42 | 0 | 0 | 41 | 1B | 3C | 30 | 32 |
| Octal | 273 | 273 | 102 | 0 | 0 | 101 | 33 | 74 | 60 | 62 |
| Binary | 10111011 | 10111011 | 1000010 | 0 | 0 | 1000001 | 11011 | 111100 | 110000 | 110010 |
Color Harmonies of #BBBB42
Complementary color
Monochromatic Colors of #BBBB42
Black with #BBBB42
Text Example
Text Example
White with #BBBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB42; }
p { color: rgb(187,187,66); }
H1.HeaderClassName
{
color: #BBBB42;
}
.AnyTagClassName
{
color: #BBBB42;
}
</style>
background-color css
<style>
a { background-color: #BBBB42; }
a { background-color: rgb(187,187,66); }
div.DivClassName
{
background-color: #BBBB42;
}
.BgClassName
{
background-color: #BBBB42;
}
</style>
border-color css
<style>
span { border-color: #BBBB42; }
span { border-color: rgb(187,187,66); }
td.TdClassName
{
border-color: #BBBB42;
}
.TagClassName
{
border-color: #BBBB42;
}
</style>