Shades of Celery #BBBD41
Tints of Celery #BBBD41
RGB
CMYK
RGB Variations
Color information
#BBBD41 (or 0xBBBD41) is known color: Celery. HEX triplet: BB, BD and 41. RGB value is (187,189,65). Sum of RGB (Red+Green+Blue) = 187+189+65=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD41 is #4442BE. Grayscale: #AEAEAE. Windows color (decimal): -4473535 or 4308411. OLE color: 4308411.
HSL color Cylindrical-coordinate representation of color #BBBD41: hue angle of 60.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBBD41 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 65 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.26 |
| HSL | 60.97º | 0.49% | 0.5% | - |
| HSV(B) | 60.97º | 0.66% | 0.74% | - |
| XYZ | 39.65 | 47.34 | 12.05 | - |
| YUV | 174.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 65 | 0.01 | 0 | 0.66 | 0.26 | 60.97 | 0.49 | 0.5 |
| Hex | BB | BD | 41 | 1 | 0 | 42 | 1A | 3D | 31 | 32 |
| Octal | 273 | 275 | 101 | 1 | 0 | 102 | 32 | 75 | 61 | 62 |
| Binary | 10111011 | 10111101 | 1000001 | 1 | 0 | 1000010 | 11010 | 111101 | 110001 | 110010 |
Color Harmonies of #BBBD41
Complementary color
Monochromatic Colors of #BBBD41
Black with #BBBD41
Text Example
Text Example
White with #BBBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD41; }
p { color: rgb(187,189,65); }
H1.HeaderClassName
{
color: #BBBD41;
}
.AnyTagClassName
{
color: #BBBD41;
}
</style>
background-color css
<style>
a { background-color: #BBBD41; }
a { background-color: rgb(187,189,65); }
div.DivClassName
{
background-color: #BBBD41;
}
.BgClassName
{
background-color: #BBBD41;
}
</style>
border-color css
<style>
span { border-color: #BBBD41; }
span { border-color: rgb(187,189,65); }
td.TdClassName
{
border-color: #BBBD41;
}
.TagClassName
{
border-color: #BBBD41;
}
</style>