Shades of Celery #BBC044
Tints of Celery #BBC044
RGB
CMYK
RGB Variations
Color information
#BBC044 (or 0xBBC044) is known color: Celery. HEX triplet: BB, C0 and 44. RGB value is (187,192,68). Sum of RGB (Red+Green+Blue) = 187+192+68=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC044 is #443FBB. Grayscale: #B0B0B0. Windows color (decimal): -4472764 or 4505787. OLE color: 4505787.
HSL color Cylindrical-coordinate representation of color #BBC044: hue angle of 62.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBC044 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 68 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.25 |
| HSL | 62.42º | 0.5% | 0.51% | - |
| HSV(B) | 62.42º | 0.65% | 0.75% | - |
| XYZ | 40.39 | 48.68 | 12.74 | - |
| YUV | 176.37 | 66.84 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 68 | 0.03 | 0 | 0.65 | 0.25 | 62.42 | 0.5 | 0.51 |
| Hex | BB | C0 | 44 | 3 | 0 | 41 | 19 | 3E | 32 | 33 |
| Octal | 273 | 300 | 104 | 3 | 0 | 101 | 31 | 76 | 62 | 63 |
| Binary | 10111011 | 11000000 | 1000100 | 11 | 0 | 1000001 | 11001 | 111110 | 110010 | 110011 |
Color Harmonies of #BBC044
Complementary color
Monochromatic Colors of #BBC044
Black with #BBC044
Text Example
Text Example
White with #BBC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC044; }
p { color: rgb(187,192,68); }
H1.HeaderClassName
{
color: #BBC044;
}
.AnyTagClassName
{
color: #BBC044;
}
</style>
background-color css
<style>
a { background-color: #BBC044; }
a { background-color: rgb(187,192,68); }
div.DivClassName
{
background-color: #BBC044;
}
.BgClassName
{
background-color: #BBC044;
}
</style>
border-color css
<style>
span { border-color: #BBC044; }
span { border-color: rgb(187,192,68); }
td.TdClassName
{
border-color: #BBC044;
}
.TagClassName
{
border-color: #BBC044;
}
</style>