Shades of Celery #BBC941
Tints of Celery #BBC941
RGB
CMYK
RGB Variations
Color information
#BBC941 (or 0xBBC941) is known color: Celery. HEX triplet: BB, C9 and 41. RGB value is (187,201,65). Sum of RGB (Red+Green+Blue) = 187+201+65=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC941 is #4436BE. Grayscale: #B5B5B5. Windows color (decimal): -4470463 or 4311483. OLE color: 4311483.
HSL color Cylindrical-coordinate representation of color #BBC941: hue angle of 66.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBC941 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 65 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.21 |
| HSL | 66.18º | 0.56% | 0.52% | - |
| HSV(B) | 66.18º | 0.68% | 0.79% | - |
| XYZ | 42.33 | 52.72 | 12.95 | - |
| YUV | 181.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 65 | 0.07 | 0 | 0.68 | 0.21 | 66.18 | 0.56 | 0.52 |
| Hex | BB | C9 | 41 | 7 | 0 | 44 | 15 | 42 | 38 | 34 |
| Octal | 273 | 311 | 101 | 7 | 0 | 104 | 25 | 102 | 70 | 64 |
| Binary | 10111011 | 11001001 | 1000001 | 111 | 0 | 1000100 | 10101 | 1000010 | 111000 | 110100 |
Color Harmonies of #BBC941
Complementary color
Monochromatic Colors of #BBC941
Black with #BBC941
Text Example
Text Example
White with #BBC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC941; }
p { color: rgb(187,201,65); }
H1.HeaderClassName
{
color: #BBC941;
}
.AnyTagClassName
{
color: #BBC941;
}
</style>
background-color css
<style>
a { background-color: #BBC941; }
a { background-color: rgb(187,201,65); }
div.DivClassName
{
background-color: #BBC941;
}
.BgClassName
{
background-color: #BBC941;
}
</style>
border-color css
<style>
span { border-color: #BBC941; }
span { border-color: rgb(187,201,65); }
td.TdClassName
{
border-color: #BBC941;
}
.TagClassName
{
border-color: #BBC941;
}
</style>