Shades of Celery #BBBC3C
Tints of Celery #BBBC3C
RGB
CMYK
RGB Variations
Color information
#BBBC3C (or 0xBBBC3C) is known color: Celery. HEX triplet: BB, BC and 3C. RGB value is (187,188,60). Sum of RGB (Red+Green+Blue) = 187+188+60=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC3C is #4443C3. Grayscale: #ADADAD. Windows color (decimal): -4473796 or 3980475. OLE color: 3980475.
HSL color Cylindrical-coordinate representation of color #BBBC3C: hue angle of 60.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBBC3C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 60 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.26 |
| HSL | 60.47º | 0.52% | 0.49% | - |
| HSV(B) | 60.47º | 0.68% | 0.74% | - |
| XYZ | 39.29 | 46.86 | 11.25 | - |
| YUV | 173.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 60 | 0.01 | 0 | 0.68 | 0.26 | 60.47 | 0.52 | 0.49 |
| Hex | BB | BC | 3C | 1 | 0 | 44 | 1A | 3C | 34 | 31 |
| Octal | 273 | 274 | 74 | 1 | 0 | 104 | 32 | 74 | 64 | 61 |
| Binary | 10111011 | 10111100 | 111100 | 1 | 0 | 1000100 | 11010 | 111100 | 110100 | 110001 |
Color Harmonies of #BBBC3C
Complementary color
Monochromatic Colors of #BBBC3C
Black with #BBBC3C
Text Example
Text Example
White with #BBBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC3C; }
p { color: rgb(187,188,60); }
H1.HeaderClassName
{
color: #BBBC3C;
}
.AnyTagClassName
{
color: #BBBC3C;
}
</style>
background-color css
<style>
a { background-color: #BBBC3C; }
a { background-color: rgb(187,188,60); }
div.DivClassName
{
background-color: #BBBC3C;
}
.BgClassName
{
background-color: #BBBC3C;
}
</style>
border-color css
<style>
span { border-color: #BBBC3C; }
span { border-color: rgb(187,188,60); }
td.TdClassName
{
border-color: #BBBC3C;
}
.TagClassName
{
border-color: #BBBC3C;
}
</style>