Shades of Celery #BBCC4C
Tints of Celery #BBCC4C
RGB
CMYK
RGB Variations
Color information
#BBCC4C (or 0xBBCC4C) is known color: Celery. HEX triplet: BB, CC and 4C. RGB value is (187,204,76). Sum of RGB (Red+Green+Blue) = 187+204+76=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC4C is #4433B3. Grayscale: #B8B8B8. Windows color (decimal): -4469684 or 5033147. OLE color: 5033147.
HSL color Cylindrical-coordinate representation of color #BBCC4C: hue angle of 67.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBCC4C is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 76 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.2 |
| HSL | 67.97º | 0.56% | 0.55% | - |
| HSV(B) | 67.97º | 0.63% | 0.8% | - |
| XYZ | 43.39 | 54.27 | 15.03 | - |
| YUV | 184.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 76 | 0.08 | 0 | 0.63 | 0.2 | 67.97 | 0.56 | 0.55 |
| Hex | BB | CC | 4C | 8 | 0 | 3F | 14 | 44 | 38 | 37 |
| Octal | 273 | 314 | 114 | 10 | 0 | 77 | 24 | 104 | 70 | 67 |
| Binary | 10111011 | 11001100 | 1001100 | 1000 | 0 | 111111 | 10100 | 1000100 | 111000 | 110111 |
Color Harmonies of #BBCC4C
Complementary color
Monochromatic Colors of #BBCC4C
Black with #BBCC4C
Text Example
Text Example
White with #BBCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC4C; }
p { color: rgb(187,204,76); }
H1.HeaderClassName
{
color: #BBCC4C;
}
.AnyTagClassName
{
color: #BBCC4C;
}
</style>
background-color css
<style>
a { background-color: #BBCC4C; }
a { background-color: rgb(187,204,76); }
div.DivClassName
{
background-color: #BBCC4C;
}
.BgClassName
{
background-color: #BBCC4C;
}
</style>
border-color css
<style>
span { border-color: #BBCC4C; }
span { border-color: rgb(187,204,76); }
td.TdClassName
{
border-color: #BBCC4C;
}
.TagClassName
{
border-color: #BBCC4C;
}
</style>