Shades of Celery #BBC742
Tints of Celery #BBC742
RGB
CMYK
RGB Variations
Color information
#BBC742 (or 0xBBC742) is known color: Celery. HEX triplet: BB, C7 and 42. RGB value is (187,199,66). Sum of RGB (Red+Green+Blue) = 187+199+66=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC742 is #4438BD. Grayscale: #B4B4B4. Windows color (decimal): -4470974 or 4376507. OLE color: 4376507.
HSL color Cylindrical-coordinate representation of color #BBC742: hue angle of 65.41º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBC742 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 66 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.22 |
| HSL | 65.41º | 0.54% | 0.52% | - |
| HSV(B) | 65.41º | 0.67% | 0.78% | - |
| XYZ | 41.9 | 51.8 | 12.95 | - |
| YUV | 180.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 66 | 0.06 | 0 | 0.67 | 0.22 | 65.41 | 0.54 | 0.52 |
| Hex | BB | C7 | 42 | 6 | 0 | 43 | 16 | 41 | 36 | 34 |
| Octal | 273 | 307 | 102 | 6 | 0 | 103 | 26 | 101 | 66 | 64 |
| Binary | 10111011 | 11000111 | 1000010 | 110 | 0 | 1000011 | 10110 | 1000001 | 110110 | 110100 |
Color Harmonies of #BBC742
Complementary color
Monochromatic Colors of #BBC742
Black with #BBC742
Text Example
Text Example
White with #BBC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC742; }
p { color: rgb(187,199,66); }
H1.HeaderClassName
{
color: #BBC742;
}
.AnyTagClassName
{
color: #BBC742;
}
</style>
background-color css
<style>
a { background-color: #BBC742; }
a { background-color: rgb(187,199,66); }
div.DivClassName
{
background-color: #BBC742;
}
.BgClassName
{
background-color: #BBC742;
}
</style>
border-color css
<style>
span { border-color: #BBC742; }
span { border-color: rgb(187,199,66); }
td.TdClassName
{
border-color: #BBC742;
}
.TagClassName
{
border-color: #BBC742;
}
</style>