Shades of Celery #BBC341
Tints of Celery #BBC341
RGB
CMYK
RGB Variations
Color information
#BBC341 (or 0xBBC341) is known color: Celery. HEX triplet: BB, C3 and 41. RGB value is (187,195,65). Sum of RGB (Red+Green+Blue) = 187+195+65=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC341 is #443CBE. Grayscale: #B2B2B2. Windows color (decimal): -4471999 or 4309947. OLE color: 4309947.
HSL color Cylindrical-coordinate representation of color #BBC341: hue angle of 63.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBC341 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 65 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.24 |
| HSL | 63.69º | 0.52% | 0.51% | - |
| HSV(B) | 63.69º | 0.67% | 0.76% | - |
| XYZ | 40.96 | 49.98 | 12.49 | - |
| YUV | 177.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 65 | 0.04 | 0 | 0.67 | 0.24 | 63.69 | 0.52 | 0.51 |
| Hex | BB | C3 | 41 | 4 | 0 | 43 | 18 | 40 | 34 | 33 |
| Octal | 273 | 303 | 101 | 4 | 0 | 103 | 30 | 100 | 64 | 63 |
| Binary | 10111011 | 11000011 | 1000001 | 100 | 0 | 1000011 | 11000 | 1000000 | 110100 | 110011 |
Color Harmonies of #BBC341
Complementary color
Monochromatic Colors of #BBC341
Black with #BBC341
Text Example
Text Example
White with #BBC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC341; }
p { color: rgb(187,195,65); }
H1.HeaderClassName
{
color: #BBC341;
}
.AnyTagClassName
{
color: #BBC341;
}
</style>
background-color css
<style>
a { background-color: #BBC341; }
a { background-color: rgb(187,195,65); }
div.DivClassName
{
background-color: #BBC341;
}
.BgClassName
{
background-color: #BBC341;
}
</style>
border-color css
<style>
span { border-color: #BBC341; }
span { border-color: rgb(187,195,65); }
td.TdClassName
{
border-color: #BBC341;
}
.TagClassName
{
border-color: #BBC341;
}
</style>