Shades of Celery #BBCC4E
Tints of Celery #BBCC4E
RGB
CMYK
RGB Variations
Color information
#BBCC4E (or 0xBBCC4E) is known color: Celery. HEX triplet: BB, CC and 4E. RGB value is (187,204,78). Sum of RGB (Red+Green+Blue) = 187+204+78=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC4E is #4433B1. Grayscale: #B9B9B9. Windows color (decimal): -4469682 or 5164219. OLE color: 5164219.
HSL color Cylindrical-coordinate representation of color #BBCC4E: hue angle of 68.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBCC4E is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 78 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.2 |
| HSL | 68.1º | 0.55% | 0.55% | - |
| HSV(B) | 68.1º | 0.62% | 0.8% | - |
| XYZ | 43.46 | 54.3 | 15.4 | - |
| YUV | 184.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 78 | 0.08 | 0 | 0.62 | 0.2 | 68.1 | 0.55 | 0.55 |
| Hex | BB | CC | 4E | 8 | 0 | 3E | 14 | 44 | 37 | 37 |
| Octal | 273 | 314 | 116 | 10 | 0 | 76 | 24 | 104 | 67 | 67 |
| Binary | 10111011 | 11001100 | 1001110 | 1000 | 0 | 111110 | 10100 | 1000100 | 110111 | 110111 |
Color Harmonies of #BBCC4E
Complementary color
Monochromatic Colors of #BBCC4E
Black with #BBCC4E
Text Example
Text Example
White with #BBCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC4E; }
p { color: rgb(187,204,78); }
H1.HeaderClassName
{
color: #BBCC4E;
}
.AnyTagClassName
{
color: #BBCC4E;
}
</style>
background-color css
<style>
a { background-color: #BBCC4E; }
a { background-color: rgb(187,204,78); }
div.DivClassName
{
background-color: #BBCC4E;
}
.BgClassName
{
background-color: #BBCC4E;
}
</style>
border-color css
<style>
span { border-color: #BBCC4E; }
span { border-color: rgb(187,204,78); }
td.TdClassName
{
border-color: #BBCC4E;
}
.TagClassName
{
border-color: #BBCC4E;
}
</style>