Shades of Celery #BBCA4E
Tints of Celery #BBCA4E
RGB
CMYK
RGB Variations
Color information
#BBCA4E (or 0xBBCA4E) is known color: Celery. HEX triplet: BB, CA and 4E. RGB value is (187,202,78). Sum of RGB (Red+Green+Blue) = 187+202+78=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA4E is #4435B1. Grayscale: #B7B7B7. Windows color (decimal): -4470194 or 5163707. OLE color: 5163707.
HSL color Cylindrical-coordinate representation of color #BBCA4E: hue angle of 67.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBCA4E is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 78 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.21 |
| HSL | 67.26º | 0.54% | 0.55% | - |
| HSV(B) | 67.26º | 0.61% | 0.79% | - |
| XYZ | 42.99 | 53.36 | 15.24 | - |
| YUV | 183.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 78 | 0.07 | 0 | 0.61 | 0.21 | 67.26 | 0.54 | 0.55 |
| Hex | BB | CA | 4E | 7 | 0 | 3D | 15 | 43 | 36 | 37 |
| Octal | 273 | 312 | 116 | 7 | 0 | 75 | 25 | 103 | 66 | 67 |
| Binary | 10111011 | 11001010 | 1001110 | 111 | 0 | 111101 | 10101 | 1000011 | 110110 | 110111 |
Color Harmonies of #BBCA4E
Complementary color
Monochromatic Colors of #BBCA4E
Black with #BBCA4E
Text Example
Text Example
White with #BBCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA4E; }
p { color: rgb(187,202,78); }
H1.HeaderClassName
{
color: #BBCA4E;
}
.AnyTagClassName
{
color: #BBCA4E;
}
</style>
background-color css
<style>
a { background-color: #BBCA4E; }
a { background-color: rgb(187,202,78); }
div.DivClassName
{
background-color: #BBCA4E;
}
.BgClassName
{
background-color: #BBCA4E;
}
</style>
border-color css
<style>
span { border-color: #BBCA4E; }
span { border-color: rgb(187,202,78); }
td.TdClassName
{
border-color: #BBCA4E;
}
.TagClassName
{
border-color: #BBCA4E;
}
</style>