Shades of Celery #BBCF4D
Tints of Celery #BBCF4D
RGB
CMYK
RGB Variations
Color information
#BBCF4D (or 0xBBCF4D) is known color: Celery. HEX triplet: BB, CF and 4D. RGB value is (187,207,77). Sum of RGB (Red+Green+Blue) = 187+207+77=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF4D is #4430B2. Grayscale: #BABABA. Windows color (decimal): -4468915 or 5099451. OLE color: 5099451.
HSL color Cylindrical-coordinate representation of color #BBCF4D: hue angle of 69.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBCF4D is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 77 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.19 |
| HSL | 69.23º | 0.58% | 0.56% | - |
| HSV(B) | 69.23º | 0.63% | 0.81% | - |
| XYZ | 44.15 | 55.73 | 15.45 | - |
| YUV | 186.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 77 | 0.10 | 0 | 0.63 | 0.19 | 69.23 | 0.58 | 0.56 |
| Hex | BB | CF | 4D | A | 0 | 3F | 13 | 45 | 3A | 38 |
| Octal | 273 | 317 | 115 | 12 | 0 | 77 | 23 | 105 | 72 | 70 |
| Binary | 10111011 | 11001111 | 1001101 | 1010 | 0 | 111111 | 10011 | 1000101 | 111010 | 111000 |
Color Harmonies of #BBCF4D
Complementary color
Monochromatic Colors of #BBCF4D
Black with #BBCF4D
Text Example
Text Example
White with #BBCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF4D; }
p { color: rgb(187,207,77); }
H1.HeaderClassName
{
color: #BBCF4D;
}
.AnyTagClassName
{
color: #BBCF4D;
}
</style>
background-color css
<style>
a { background-color: #BBCF4D; }
a { background-color: rgb(187,207,77); }
div.DivClassName
{
background-color: #BBCF4D;
}
.BgClassName
{
background-color: #BBCF4D;
}
</style>
border-color css
<style>
span { border-color: #BBCF4D; }
span { border-color: rgb(187,207,77); }
td.TdClassName
{
border-color: #BBCF4D;
}
.TagClassName
{
border-color: #BBCF4D;
}
</style>