Shades of Celery #BBCB4D
Tints of Celery #BBCB4D
RGB
CMYK
RGB Variations
Color information
#BBCB4D (or 0xBBCB4D) is known color: Celery. HEX triplet: BB, CB and 4D. RGB value is (187,203,77). Sum of RGB (Red+Green+Blue) = 187+203+77=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB4D is #4434B2. Grayscale: #B8B8B8. Windows color (decimal): -4469939 or 5098427. OLE color: 5098427.
HSL color Cylindrical-coordinate representation of color #BBCB4D: hue angle of 67.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBCB4D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 77 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.20 |
| HSL | 67.62º | 0.55% | 0.55% | - |
| HSV(B) | 67.62º | 0.62% | 0.8% | - |
| XYZ | 43.19 | 53.81 | 15.13 | - |
| YUV | 183.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 77 | 0.08 | 0 | 0.62 | 0.20 | 67.62 | 0.55 | 0.55 |
| Hex | BB | CB | 4D | 8 | 0 | 3E | 14 | 44 | 37 | 37 |
| Octal | 273 | 313 | 115 | 10 | 0 | 76 | 24 | 104 | 67 | 67 |
| Binary | 10111011 | 11001011 | 1001101 | 1000 | 0 | 111110 | 10100 | 1000100 | 110111 | 110111 |
Color Harmonies of #BBCB4D
Complementary color
Monochromatic Colors of #BBCB4D
Black with #BBCB4D
Text Example
Text Example
White with #BBCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB4D; }
p { color: rgb(187,203,77); }
H1.HeaderClassName
{
color: #BBCB4D;
}
.AnyTagClassName
{
color: #BBCB4D;
}
</style>
background-color css
<style>
a { background-color: #BBCB4D; }
a { background-color: rgb(187,203,77); }
div.DivClassName
{
background-color: #BBCB4D;
}
.BgClassName
{
background-color: #BBCB4D;
}
</style>
border-color css
<style>
span { border-color: #BBCB4D; }
span { border-color: rgb(187,203,77); }
td.TdClassName
{
border-color: #BBCB4D;
}
.TagClassName
{
border-color: #BBCB4D;
}
</style>