Shades of Celery #BBCD50
Tints of Celery #BBCD50
RGB
CMYK
RGB Variations
Color information
#BBCD50 (or 0xBBCD50) is known color: Celery. HEX triplet: BB, CD and 50. RGB value is (187,205,80). Sum of RGB (Red+Green+Blue) = 187+205+80=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD50 is #4432AF. Grayscale: #B9B9B9. Windows color (decimal): -4469424 or 5295547. OLE color: 5295547.
HSL color Cylindrical-coordinate representation of color #BBCD50: hue angle of 68.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBCD50 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 80 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.20 |
| HSL | 68.64º | 0.56% | 0.56% | - |
| HSV(B) | 68.64º | 0.61% | 0.8% | - |
| XYZ | 43.77 | 54.81 | 15.86 | - |
| YUV | 185.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 80 | 0.09 | 0 | 0.61 | 0.20 | 68.64 | 0.56 | 0.56 |
| Hex | BB | CD | 50 | 9 | 0 | 3D | 14 | 45 | 38 | 38 |
| Octal | 273 | 315 | 120 | 11 | 0 | 75 | 24 | 105 | 70 | 70 |
| Binary | 10111011 | 11001101 | 1010000 | 1001 | 0 | 111101 | 10100 | 1000101 | 111000 | 111000 |
Color Harmonies of #BBCD50
Complementary color
Monochromatic Colors of #BBCD50
Black with #BBCD50
Text Example
Text Example
White with #BBCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD50; }
p { color: rgb(187,205,80); }
H1.HeaderClassName
{
color: #BBCD50;
}
.AnyTagClassName
{
color: #BBCD50;
}
</style>
background-color css
<style>
a { background-color: #BBCD50; }
a { background-color: rgb(187,205,80); }
div.DivClassName
{
background-color: #BBCD50;
}
.BgClassName
{
background-color: #BBCD50;
}
</style>
border-color css
<style>
span { border-color: #BBCD50; }
span { border-color: rgb(187,205,80); }
td.TdClassName
{
border-color: #BBCD50;
}
.TagClassName
{
border-color: #BBCD50;
}
</style>