Shades of Celery #BBCB3F
Tints of Celery #BBCB3F
RGB
CMYK
RGB Variations
Color information
#BBCB3F (or 0xBBCB3F) is known color: Celery. HEX triplet: BB, CB and 3F. RGB value is (187,203,63). Sum of RGB (Red+Green+Blue) = 187+203+63=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB3F is #4434C0. Grayscale: #B6B6B6. Windows color (decimal): -4469953 or 4180923. OLE color: 4180923.
HSL color Cylindrical-coordinate representation of color #BBCB3F: hue angle of 66.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBCB3F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 63 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.20 |
| HSL | 66.86º | 0.57% | 0.52% | - |
| HSV(B) | 66.86º | 0.69% | 0.8% | - |
| XYZ | 42.75 | 53.64 | 12.8 | - |
| YUV | 182.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 63 | 0.08 | 0 | 0.69 | 0.20 | 66.86 | 0.57 | 0.52 |
| Hex | BB | CB | 3F | 8 | 0 | 45 | 14 | 43 | 39 | 34 |
| Octal | 273 | 313 | 77 | 10 | 0 | 105 | 24 | 103 | 71 | 64 |
| Binary | 10111011 | 11001011 | 111111 | 1000 | 0 | 1000101 | 10100 | 1000011 | 111001 | 110100 |
Color Harmonies of #BBCB3F
Complementary color
Monochromatic Colors of #BBCB3F
Black with #BBCB3F
Text Example
Text Example
White with #BBCB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB3F; }
p { color: rgb(187,203,63); }
H1.HeaderClassName
{
color: #BBCB3F;
}
.AnyTagClassName
{
color: #BBCB3F;
}
</style>
background-color css
<style>
a { background-color: #BBCB3F; }
a { background-color: rgb(187,203,63); }
div.DivClassName
{
background-color: #BBCB3F;
}
.BgClassName
{
background-color: #BBCB3F;
}
</style>
border-color css
<style>
span { border-color: #BBCB3F; }
span { border-color: rgb(187,203,63); }
td.TdClassName
{
border-color: #BBCB3F;
}
.TagClassName
{
border-color: #BBCB3F;
}
</style>