Shades of Celery #BBBC3F
Tints of Celery #BBBC3F
RGB
CMYK
RGB Variations
Color information
#BBBC3F (or 0xBBBC3F) is known color: Celery. HEX triplet: BB, BC and 3F. RGB value is (187,188,63). Sum of RGB (Red+Green+Blue) = 187+188+63=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC3F is #4443C0. Grayscale: #ADADAD. Windows color (decimal): -4473793 or 4177083. OLE color: 4177083.
HSL color Cylindrical-coordinate representation of color #BBBC3F: hue angle of 60.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBBC3F is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 63 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.26 |
| HSL | 60.48º | 0.5% | 0.49% | - |
| HSV(B) | 60.48º | 0.66% | 0.74% | - |
| XYZ | 39.37 | 46.89 | 11.68 | - |
| YUV | 173.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 63 | 0.01 | 0 | 0.66 | 0.26 | 60.48 | 0.5 | 0.49 |
| Hex | BB | BC | 3F | 1 | 0 | 42 | 1A | 3C | 32 | 31 |
| Octal | 273 | 274 | 77 | 1 | 0 | 102 | 32 | 74 | 62 | 61 |
| Binary | 10111011 | 10111100 | 111111 | 1 | 0 | 1000010 | 11010 | 111100 | 110010 | 110001 |
Color Harmonies of #BBBC3F
Complementary color
Monochromatic Colors of #BBBC3F
Black with #BBBC3F
Text Example
Text Example
White with #BBBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC3F; }
p { color: rgb(187,188,63); }
H1.HeaderClassName
{
color: #BBBC3F;
}
.AnyTagClassName
{
color: #BBBC3F;
}
</style>
background-color css
<style>
a { background-color: #BBBC3F; }
a { background-color: rgb(187,188,63); }
div.DivClassName
{
background-color: #BBBC3F;
}
.BgClassName
{
background-color: #BBBC3F;
}
</style>
border-color css
<style>
span { border-color: #BBBC3F; }
span { border-color: rgb(187,188,63); }
td.TdClassName
{
border-color: #BBBC3F;
}
.TagClassName
{
border-color: #BBBC3F;
}
</style>