Shades of Celery #BBBE4A
Tints of Celery #BBBE4A
RGB
CMYK
RGB Variations
Color information
#BBBE4A (or 0xBBBE4A) is known color: Celery. HEX triplet: BB, BE and 4A. RGB value is (187,190,74). Sum of RGB (Red+Green+Blue) = 187+190+74=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBE4A is #4441B5. Grayscale: #B0B0B0. Windows color (decimal): -4473270 or 4898491. OLE color: 4898491.
HSL color Cylindrical-coordinate representation of color #BBBE4A: hue angle of 61.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBBE4A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 74 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.25 |
| HSL | 61.55º | 0.47% | 0.52% | - |
| HSV(B) | 61.55º | 0.61% | 0.75% | - |
| XYZ | 40.14 | 47.89 | 13.61 | - |
| YUV | 175.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 74 | 0.02 | 0 | 0.61 | 0.25 | 61.55 | 0.47 | 0.52 |
| Hex | BB | BE | 4A | 2 | 0 | 3D | 19 | 3E | 2F | 34 |
| Octal | 273 | 276 | 112 | 2 | 0 | 75 | 31 | 76 | 57 | 64 |
| Binary | 10111011 | 10111110 | 1001010 | 10 | 0 | 111101 | 11001 | 111110 | 101111 | 110100 |
Color Harmonies of #BBBE4A
Complementary color
Monochromatic Colors of #BBBE4A
Black with #BBBE4A
Text Example
Text Example
White with #BBBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE4A; }
p { color: rgb(187,190,74); }
H1.HeaderClassName
{
color: #BBBE4A;
}
.AnyTagClassName
{
color: #BBBE4A;
}
</style>
background-color css
<style>
a { background-color: #BBBE4A; }
a { background-color: rgb(187,190,74); }
div.DivClassName
{
background-color: #BBBE4A;
}
.BgClassName
{
background-color: #BBBE4A;
}
</style>
border-color css
<style>
span { border-color: #BBBE4A; }
span { border-color: rgb(187,190,74); }
td.TdClassName
{
border-color: #BBBE4A;
}
.TagClassName
{
border-color: #BBBE4A;
}
</style>