Shades of Celery #BBCC46
Tints of Celery #BBCC46
RGB
CMYK
RGB Variations
Color information
#BBCC46 (or 0xBBCC46) is known color: Celery. HEX triplet: BB, CC and 46. RGB value is (187,204,70). Sum of RGB (Red+Green+Blue) = 187+204+70=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC46 is #4433B9. Grayscale: #B8B8B8. Windows color (decimal): -4469690 or 4639931. OLE color: 4639931.
HSL color Cylindrical-coordinate representation of color #BBCC46: hue angle of 67.61º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBCC46 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 70 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.2 |
| HSL | 67.61º | 0.57% | 0.54% | - |
| HSV(B) | 67.61º | 0.66% | 0.8% | - |
| XYZ | 43.19 | 54.19 | 13.98 | - |
| YUV | 183.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 70 | 0.08 | 0 | 0.66 | 0.2 | 67.61 | 0.57 | 0.54 |
| Hex | BB | CC | 46 | 8 | 0 | 42 | 14 | 44 | 39 | 36 |
| Octal | 273 | 314 | 106 | 10 | 0 | 102 | 24 | 104 | 71 | 66 |
| Binary | 10111011 | 11001100 | 1000110 | 1000 | 0 | 1000010 | 10100 | 1000100 | 111001 | 110110 |
Color Harmonies of #BBCC46
Complementary color
Monochromatic Colors of #BBCC46
Black with #BBCC46
Text Example
Text Example
White with #BBCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC46; }
p { color: rgb(187,204,70); }
H1.HeaderClassName
{
color: #BBCC46;
}
.AnyTagClassName
{
color: #BBCC46;
}
</style>
background-color css
<style>
a { background-color: #BBCC46; }
a { background-color: rgb(187,204,70); }
div.DivClassName
{
background-color: #BBCC46;
}
.BgClassName
{
background-color: #BBCC46;
}
</style>
border-color css
<style>
span { border-color: #BBCC46; }
span { border-color: rgb(187,204,70); }
td.TdClassName
{
border-color: #BBCC46;
}
.TagClassName
{
border-color: #BBCC46;
}
</style>