Shades of Celery #BBC13C
Tints of Celery #BBC13C
RGB
CMYK
RGB Variations
Color information
#BBC13C (or 0xBBC13C) is known color: Celery. HEX triplet: BB, C1 and 3C. RGB value is (187,193,60). Sum of RGB (Red+Green+Blue) = 187+193+60=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC13C is #443EC3. Grayscale: #B0B0B0. Windows color (decimal): -4472516 or 3981755. OLE color: 3981755.
HSL color Cylindrical-coordinate representation of color #BBC13C: hue angle of 62.71º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBC13C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 60 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.24 |
| HSL | 62.71º | 0.53% | 0.5% | - |
| HSV(B) | 62.71º | 0.69% | 0.76% | - |
| XYZ | 40.38 | 49.03 | 11.61 | - |
| YUV | 176.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 60 | 0.03 | 0 | 0.69 | 0.24 | 62.71 | 0.53 | 0.5 |
| Hex | BB | C1 | 3C | 3 | 0 | 45 | 18 | 3F | 35 | 32 |
| Octal | 273 | 301 | 74 | 3 | 0 | 105 | 30 | 77 | 65 | 62 |
| Binary | 10111011 | 11000001 | 111100 | 11 | 0 | 1000101 | 11000 | 111111 | 110101 | 110010 |
Color Harmonies of #BBC13C
Complementary color
Monochromatic Colors of #BBC13C
Black with #BBC13C
Text Example
Text Example
White with #BBC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC13C; }
p { color: rgb(187,193,60); }
H1.HeaderClassName
{
color: #BBC13C;
}
.AnyTagClassName
{
color: #BBC13C;
}
</style>
background-color css
<style>
a { background-color: #BBC13C; }
a { background-color: rgb(187,193,60); }
div.DivClassName
{
background-color: #BBC13C;
}
.BgClassName
{
background-color: #BBC13C;
}
</style>
border-color css
<style>
span { border-color: #BBC13C; }
span { border-color: rgb(187,193,60); }
td.TdClassName
{
border-color: #BBC13C;
}
.TagClassName
{
border-color: #BBC13C;
}
</style>