Shades of Celery #BBC13D
Tints of Celery #BBC13D
RGB
CMYK
RGB Variations
Color information
#BBC13D (or 0xBBC13D) is known color: Celery. HEX triplet: BB, C1 and 3D. RGB value is (187,193,61). Sum of RGB (Red+Green+Blue) = 187+193+61=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC13D is #443EC2. Grayscale: #B0B0B0. Windows color (decimal): -4472515 or 4047291. OLE color: 4047291.
HSL color Cylindrical-coordinate representation of color #BBC13D: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBC13D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 61 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.24 |
| HSL | 62.73º | 0.52% | 0.5% | - |
| HSV(B) | 62.73º | 0.68% | 0.76% | - |
| XYZ | 40.41 | 49.04 | 11.75 | - |
| YUV | 176.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 61 | 0.03 | 0 | 0.68 | 0.24 | 62.73 | 0.52 | 0.5 |
| Hex | BB | C1 | 3D | 3 | 0 | 44 | 18 | 3F | 34 | 32 |
| Octal | 273 | 301 | 75 | 3 | 0 | 104 | 30 | 77 | 64 | 62 |
| Binary | 10111011 | 11000001 | 111101 | 11 | 0 | 1000100 | 11000 | 111111 | 110100 | 110010 |
Color Harmonies of #BBC13D
Complementary color
Monochromatic Colors of #BBC13D
Black with #BBC13D
Text Example
Text Example
White with #BBC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC13D; }
p { color: rgb(187,193,61); }
H1.HeaderClassName
{
color: #BBC13D;
}
.AnyTagClassName
{
color: #BBC13D;
}
</style>
background-color css
<style>
a { background-color: #BBC13D; }
a { background-color: rgb(187,193,61); }
div.DivClassName
{
background-color: #BBC13D;
}
.BgClassName
{
background-color: #BBC13D;
}
</style>
border-color css
<style>
span { border-color: #BBC13D; }
span { border-color: rgb(187,193,61); }
td.TdClassName
{
border-color: #BBC13D;
}
.TagClassName
{
border-color: #BBC13D;
}
</style>