Shades of Celery #BBCB4F
Tints of Celery #BBCB4F
RGB
CMYK
RGB Variations
Color information
#BBCB4F (or 0xBBCB4F) is known color: Celery. HEX triplet: BB, CB and 4F. RGB value is (187,203,79). Sum of RGB (Red+Green+Blue) = 187+203+79=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB4F is #4434B0. Grayscale: #B8B8B8. Windows color (decimal): -4469937 or 5229499. OLE color: 5229499.
HSL color Cylindrical-coordinate representation of color #BBCB4F: hue angle of 67.74º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBCB4F is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 79 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.20 |
| HSL | 67.74º | 0.54% | 0.55% | - |
| HSV(B) | 67.74º | 0.61% | 0.8% | - |
| XYZ | 43.26 | 53.84 | 15.51 | - |
| YUV | 184.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 79 | 0.08 | 0 | 0.61 | 0.20 | 67.74 | 0.54 | 0.55 |
| Hex | BB | CB | 4F | 8 | 0 | 3D | 14 | 44 | 36 | 37 |
| Octal | 273 | 313 | 117 | 10 | 0 | 75 | 24 | 104 | 66 | 67 |
| Binary | 10111011 | 11001011 | 1001111 | 1000 | 0 | 111101 | 10100 | 1000100 | 110110 | 110111 |
Color Harmonies of #BBCB4F
Complementary color
Monochromatic Colors of #BBCB4F
Black with #BBCB4F
Text Example
Text Example
White with #BBCB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB4F; }
p { color: rgb(187,203,79); }
H1.HeaderClassName
{
color: #BBCB4F;
}
.AnyTagClassName
{
color: #BBCB4F;
}
</style>
background-color css
<style>
a { background-color: #BBCB4F; }
a { background-color: rgb(187,203,79); }
div.DivClassName
{
background-color: #BBCB4F;
}
.BgClassName
{
background-color: #BBCB4F;
}
</style>
border-color css
<style>
span { border-color: #BBCB4F; }
span { border-color: rgb(187,203,79); }
td.TdClassName
{
border-color: #BBCB4F;
}
.TagClassName
{
border-color: #BBCB4F;
}
</style>