Shades of Celery #BBBC34
Tints of Celery #BBBC34
RGB
CMYK
RGB Variations
Color information
#BBBC34 (or 0xBBBC34) is known color: Celery. HEX triplet: BB, BC and 34. RGB value is (187,188,52). Sum of RGB (Red+Green+Blue) = 187+188+52=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC34 is #4443CB. Grayscale: #ACACAC. Windows color (decimal): -4473804 or 3456187. OLE color: 3456187.
HSL color Cylindrical-coordinate representation of color #BBBC34: hue angle of 60.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBBC34 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 52 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.26 |
| HSL | 60.44º | 0.57% | 0.47% | - |
| HSV(B) | 60.44º | 0.72% | 0.74% | - |
| XYZ | 39.1 | 46.78 | 10.22 | - |
| YUV | 172.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 52 | 0.01 | 0 | 0.72 | 0.26 | 60.44 | 0.57 | 0.47 |
| Hex | BB | BC | 34 | 1 | 0 | 48 | 1A | 3C | 39 | 2F |
| Octal | 273 | 274 | 64 | 1 | 0 | 110 | 32 | 74 | 71 | 57 |
| Binary | 10111011 | 10111100 | 110100 | 1 | 0 | 1001000 | 11010 | 111100 | 111001 | 101111 |
Color Harmonies of #BBBC34
Complementary color
Monochromatic Colors of #BBBC34
Black with #BBBC34
Text Example
Text Example
White with #BBBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC34; }
p { color: rgb(187,188,52); }
H1.HeaderClassName
{
color: #BBBC34;
}
.AnyTagClassName
{
color: #BBBC34;
}
</style>
background-color css
<style>
a { background-color: #BBBC34; }
a { background-color: rgb(187,188,52); }
div.DivClassName
{
background-color: #BBBC34;
}
.BgClassName
{
background-color: #BBBC34;
}
</style>
border-color css
<style>
span { border-color: #BBBC34; }
span { border-color: rgb(187,188,52); }
td.TdClassName
{
border-color: #BBBC34;
}
.TagClassName
{
border-color: #BBBC34;
}
</style>