Shades of Celery #BBCD40
Tints of Celery #BBCD40
RGB
CMYK
RGB Variations
Color information
#BBCD40 (or 0xBBCD40) is known color: Celery. HEX triplet: BB, CD and 40. RGB value is (187,205,64). Sum of RGB (Red+Green+Blue) = 187+205+64=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD40 is #4432BF. Grayscale: #B8B8B8. Windows color (decimal): -4469440 or 4246971. OLE color: 4246971.
HSL color Cylindrical-coordinate representation of color #BBCD40: hue angle of 67.66º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBCD40 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 64 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.20 |
| HSL | 67.66º | 0.59% | 0.53% | - |
| HSV(B) | 67.66º | 0.69% | 0.8% | - |
| XYZ | 43.25 | 54.6 | 13.11 | - |
| YUV | 183.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 64 | 0.09 | 0 | 0.69 | 0.20 | 67.66 | 0.59 | 0.53 |
| Hex | BB | CD | 40 | 9 | 0 | 45 | 14 | 44 | 3B | 35 |
| Octal | 273 | 315 | 100 | 11 | 0 | 105 | 24 | 104 | 73 | 65 |
| Binary | 10111011 | 11001101 | 1000000 | 1001 | 0 | 1000101 | 10100 | 1000100 | 111011 | 110101 |
Color Harmonies of #BBCD40
Complementary color
Monochromatic Colors of #BBCD40
Black with #BBCD40
Text Example
Text Example
White with #BBCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD40; }
p { color: rgb(187,205,64); }
H1.HeaderClassName
{
color: #BBCD40;
}
.AnyTagClassName
{
color: #BBCD40;
}
</style>
background-color css
<style>
a { background-color: #BBCD40; }
a { background-color: rgb(187,205,64); }
div.DivClassName
{
background-color: #BBCD40;
}
.BgClassName
{
background-color: #BBCD40;
}
</style>
border-color css
<style>
span { border-color: #BBCD40; }
span { border-color: rgb(187,205,64); }
td.TdClassName
{
border-color: #BBCD40;
}
.TagClassName
{
border-color: #BBCD40;
}
</style>