Shades of Celery #BBCF4A
Tints of Celery #BBCF4A
RGB
CMYK
RGB Variations
Color information
#BBCF4A (or 0xBBCF4A) is known color: Celery. HEX triplet: BB, CF and 4A. RGB value is (187,207,74). Sum of RGB (Red+Green+Blue) = 187+207+74=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF4A is #4430B5. Grayscale: #BABABA. Windows color (decimal): -4468918 or 4902843. OLE color: 4902843.
HSL color Cylindrical-coordinate representation of color #BBCF4A: hue angle of 69.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBCF4A is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 74 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.19 |
| HSL | 69.02º | 0.58% | 0.55% | - |
| HSV(B) | 69.02º | 0.64% | 0.81% | - |
| XYZ | 44.04 | 55.68 | 14.91 | - |
| YUV | 185.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 74 | 0.10 | 0 | 0.64 | 0.19 | 69.02 | 0.58 | 0.55 |
| Hex | BB | CF | 4A | A | 0 | 40 | 13 | 45 | 3A | 37 |
| Octal | 273 | 317 | 112 | 12 | 0 | 100 | 23 | 105 | 72 | 67 |
| Binary | 10111011 | 11001111 | 1001010 | 1010 | 0 | 1000000 | 10011 | 1000101 | 111010 | 110111 |
Color Harmonies of #BBCF4A
Complementary color
Monochromatic Colors of #BBCF4A
Black with #BBCF4A
Text Example
Text Example
White with #BBCF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF4A; }
p { color: rgb(187,207,74); }
H1.HeaderClassName
{
color: #BBCF4A;
}
.AnyTagClassName
{
color: #BBCF4A;
}
</style>
background-color css
<style>
a { background-color: #BBCF4A; }
a { background-color: rgb(187,207,74); }
div.DivClassName
{
background-color: #BBCF4A;
}
.BgClassName
{
background-color: #BBCF4A;
}
</style>
border-color css
<style>
span { border-color: #BBCF4A; }
span { border-color: rgb(187,207,74); }
td.TdClassName
{
border-color: #BBCF4A;
}
.TagClassName
{
border-color: #BBCF4A;
}
</style>