Shades of Celery #BBCC49
Tints of Celery #BBCC49
RGB
CMYK
RGB Variations
Color information
#BBCC49 (or 0xBBCC49) is known color: Celery. HEX triplet: BB, CC and 49. RGB value is (187,204,73). Sum of RGB (Red+Green+Blue) = 187+204+73=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC49 is #4433B6. Grayscale: #B8B8B8. Windows color (decimal): -4469687 or 4836539. OLE color: 4836539.
HSL color Cylindrical-coordinate representation of color #BBCC49: hue angle of 67.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBCC49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 73 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.2 |
| HSL | 67.79º | 0.56% | 0.54% | - |
| HSV(B) | 67.79º | 0.64% | 0.8% | - |
| XYZ | 43.29 | 54.23 | 14.49 | - |
| YUV | 183.98 | 65.37 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 73 | 0.08 | 0 | 0.64 | 0.2 | 67.79 | 0.56 | 0.54 |
| Hex | BB | CC | 49 | 8 | 0 | 40 | 14 | 44 | 38 | 36 |
| Octal | 273 | 314 | 111 | 10 | 0 | 100 | 24 | 104 | 70 | 66 |
| Binary | 10111011 | 11001100 | 1001001 | 1000 | 0 | 1000000 | 10100 | 1000100 | 111000 | 110110 |
Color Harmonies of #BBCC49
Complementary color
Monochromatic Colors of #BBCC49
Black with #BBCC49
Text Example
Text Example
White with #BBCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC49; }
p { color: rgb(187,204,73); }
H1.HeaderClassName
{
color: #BBCC49;
}
.AnyTagClassName
{
color: #BBCC49;
}
</style>
background-color css
<style>
a { background-color: #BBCC49; }
a { background-color: rgb(187,204,73); }
div.DivClassName
{
background-color: #BBCC49;
}
.BgClassName
{
background-color: #BBCC49;
}
</style>
border-color css
<style>
span { border-color: #BBCC49; }
span { border-color: rgb(187,204,73); }
td.TdClassName
{
border-color: #BBCC49;
}
.TagClassName
{
border-color: #BBCC49;
}
</style>