Shades of Celery #BBC239
Tints of Celery #BBC239
RGB
CMYK
RGB Variations
Color information
#BBC239 (or 0xBBC239) is known color: Celery. HEX triplet: BB, C2 and 39. RGB value is (187,194,57). Sum of RGB (Red+Green+Blue) = 187+194+57=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC239 is #443DC6. Grayscale: #B0B0B0. Windows color (decimal): -4472263 or 3785403. OLE color: 3785403.
HSL color Cylindrical-coordinate representation of color #BBC239: hue angle of 63.07º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBC239 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 57 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.24 |
| HSL | 63.07º | 0.55% | 0.49% | - |
| HSV(B) | 63.07º | 0.71% | 0.76% | - |
| XYZ | 40.52 | 49.44 | 11.28 | - |
| YUV | 176.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 57 | 0.04 | 0 | 0.71 | 0.24 | 63.07 | 0.55 | 0.49 |
| Hex | BB | C2 | 39 | 4 | 0 | 47 | 18 | 3F | 37 | 31 |
| Octal | 273 | 302 | 71 | 4 | 0 | 107 | 30 | 77 | 67 | 61 |
| Binary | 10111011 | 11000010 | 111001 | 100 | 0 | 1000111 | 11000 | 111111 | 110111 | 110001 |
Color Harmonies of #BBC239
Complementary color
Monochromatic Colors of #BBC239
Black with #BBC239
Text Example
Text Example
White with #BBC239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC239; }
p { color: rgb(187,194,57); }
H1.HeaderClassName
{
color: #BBC239;
}
.AnyTagClassName
{
color: #BBC239;
}
</style>
background-color css
<style>
a { background-color: #BBC239; }
a { background-color: rgb(187,194,57); }
div.DivClassName
{
background-color: #BBC239;
}
.BgClassName
{
background-color: #BBC239;
}
</style>
border-color css
<style>
span { border-color: #BBC239; }
span { border-color: rgb(187,194,57); }
td.TdClassName
{
border-color: #BBC239;
}
.TagClassName
{
border-color: #BBC239;
}
</style>