Shades of Celery #BBCB4B
Tints of Celery #BBCB4B
RGB
CMYK
RGB Variations
Color information
#BBCB4B (or 0xBBCB4B) is known color: Celery. HEX triplet: BB, CB and 4B. RGB value is (187,203,75). Sum of RGB (Red+Green+Blue) = 187+203+75=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB4B is #4434B4. Grayscale: #B8B8B8. Windows color (decimal): -4469941 or 4967355. OLE color: 4967355.
HSL color Cylindrical-coordinate representation of color #BBCB4B: hue angle of 67.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBCB4B is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 75 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.20 |
| HSL | 67.5º | 0.55% | 0.55% | - |
| HSV(B) | 67.5º | 0.63% | 0.8% | - |
| XYZ | 43.12 | 53.78 | 14.77 | - |
| YUV | 183.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 75 | 0.08 | 0 | 0.63 | 0.20 | 67.5 | 0.55 | 0.55 |
| Hex | BB | CB | 4B | 8 | 0 | 3F | 14 | 44 | 37 | 37 |
| Octal | 273 | 313 | 113 | 10 | 0 | 77 | 24 | 104 | 67 | 67 |
| Binary | 10111011 | 11001011 | 1001011 | 1000 | 0 | 111111 | 10100 | 1000100 | 110111 | 110111 |
Color Harmonies of #BBCB4B
Complementary color
Monochromatic Colors of #BBCB4B
Black with #BBCB4B
Text Example
Text Example
White with #BBCB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB4B; }
p { color: rgb(187,203,75); }
H1.HeaderClassName
{
color: #BBCB4B;
}
.AnyTagClassName
{
color: #BBCB4B;
}
</style>
background-color css
<style>
a { background-color: #BBCB4B; }
a { background-color: rgb(187,203,75); }
div.DivClassName
{
background-color: #BBCB4B;
}
.BgClassName
{
background-color: #BBCB4B;
}
</style>
border-color css
<style>
span { border-color: #BBCB4B; }
span { border-color: rgb(187,203,75); }
td.TdClassName
{
border-color: #BBCB4B;
}
.TagClassName
{
border-color: #BBCB4B;
}
</style>