Shades of Celery #BBC53D
Tints of Celery #BBC53D
RGB
CMYK
RGB Variations
Color information
#BBC53D (or 0xBBC53D) is known color: Celery. HEX triplet: BB, C5 and 3D. RGB value is (187,197,61). Sum of RGB (Red+Green+Blue) = 187+197+61=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC53D is #443AC2. Grayscale: #B3B3B3. Windows color (decimal): -4471491 or 4048315. OLE color: 4048315.
HSL color Cylindrical-coordinate representation of color #BBC53D: hue angle of 64.41º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBC53D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 61 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.23 |
| HSL | 64.41º | 0.54% | 0.51% | - |
| HSV(B) | 64.41º | 0.69% | 0.77% | - |
| XYZ | 41.3 | 50.83 | 12.05 | - |
| YUV | 178.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 61 | 0.05 | 0 | 0.69 | 0.23 | 64.41 | 0.54 | 0.51 |
| Hex | BB | C5 | 3D | 5 | 0 | 45 | 17 | 40 | 36 | 33 |
| Octal | 273 | 305 | 75 | 5 | 0 | 105 | 27 | 100 | 66 | 63 |
| Binary | 10111011 | 11000101 | 111101 | 101 | 0 | 1000101 | 10111 | 1000000 | 110110 | 110011 |
Color Harmonies of #BBC53D
Complementary color
Monochromatic Colors of #BBC53D
Black with #BBC53D
Text Example
Text Example
White with #BBC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC53D; }
p { color: rgb(187,197,61); }
H1.HeaderClassName
{
color: #BBC53D;
}
.AnyTagClassName
{
color: #BBC53D;
}
</style>
background-color css
<style>
a { background-color: #BBC53D; }
a { background-color: rgb(187,197,61); }
div.DivClassName
{
background-color: #BBC53D;
}
.BgClassName
{
background-color: #BBC53D;
}
</style>
border-color css
<style>
span { border-color: #BBC53D; }
span { border-color: rgb(187,197,61); }
td.TdClassName
{
border-color: #BBC53D;
}
.TagClassName
{
border-color: #BBC53D;
}
</style>