Shades of Celery #BBC13A
Tints of Celery #BBC13A
RGB
CMYK
RGB Variations
Color information
#BBC13A (or 0xBBC13A) is known color: Celery. HEX triplet: BB, C1 and 3A. RGB value is (187,193,58). Sum of RGB (Red+Green+Blue) = 187+193+58=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC13A is #443EC5. Grayscale: #B0B0B0. Windows color (decimal): -4472518 or 3850683. OLE color: 3850683.
HSL color Cylindrical-coordinate representation of color #BBC13A: hue angle of 62.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBC13A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 58 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.24 |
| HSL | 62.67º | 0.54% | 0.49% | - |
| HSV(B) | 62.67º | 0.7% | 0.76% | - |
| XYZ | 40.33 | 49.01 | 11.34 | - |
| YUV | 175.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 58 | 0.03 | 0 | 0.70 | 0.24 | 62.67 | 0.54 | 0.49 |
| Hex | BB | C1 | 3A | 3 | 0 | 46 | 18 | 3F | 36 | 31 |
| Octal | 273 | 301 | 72 | 3 | 0 | 106 | 30 | 77 | 66 | 61 |
| Binary | 10111011 | 11000001 | 111010 | 11 | 0 | 1000110 | 11000 | 111111 | 110110 | 110001 |
Color Harmonies of #BBC13A
Complementary color
Monochromatic Colors of #BBC13A
Black with #BBC13A
Text Example
Text Example
White with #BBC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC13A; }
p { color: rgb(187,193,58); }
H1.HeaderClassName
{
color: #BBC13A;
}
.AnyTagClassName
{
color: #BBC13A;
}
</style>
background-color css
<style>
a { background-color: #BBC13A; }
a { background-color: rgb(187,193,58); }
div.DivClassName
{
background-color: #BBC13A;
}
.BgClassName
{
background-color: #BBC13A;
}
</style>
border-color css
<style>
span { border-color: #BBC13A; }
span { border-color: rgb(187,193,58); }
td.TdClassName
{
border-color: #BBC13A;
}
.TagClassName
{
border-color: #BBC13A;
}
</style>