Shades of Celery #BBBF3C
Tints of Celery #BBBF3C
RGB
CMYK
RGB Variations
Color information
#BBBF3C (or 0xBBBF3C) is known color: Celery. HEX triplet: BB, BF and 3C. RGB value is (187,191,60). Sum of RGB (Red+Green+Blue) = 187+191+60=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBF3C is #4440C3. Grayscale: #AFAFAF. Windows color (decimal): -4473028 or 3981243. OLE color: 3981243.
HSL color Cylindrical-coordinate representation of color #BBBF3C: hue angle of 61.83º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBBF3C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 60 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.25 |
| HSL | 61.83º | 0.52% | 0.49% | - |
| HSV(B) | 61.83º | 0.69% | 0.75% | - |
| XYZ | 39.94 | 48.15 | 11.46 | - |
| YUV | 174.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 60 | 0.02 | 0 | 0.69 | 0.25 | 61.83 | 0.52 | 0.49 |
| Hex | BB | BF | 3C | 2 | 0 | 45 | 19 | 3E | 34 | 31 |
| Octal | 273 | 277 | 74 | 2 | 0 | 105 | 31 | 76 | 64 | 61 |
| Binary | 10111011 | 10111111 | 111100 | 10 | 0 | 1000101 | 11001 | 111110 | 110100 | 110001 |
Color Harmonies of #BBBF3C
Complementary color
Monochromatic Colors of #BBBF3C
Black with #BBBF3C
Text Example
Text Example
White with #BBBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF3C; }
p { color: rgb(187,191,60); }
H1.HeaderClassName
{
color: #BBBF3C;
}
.AnyTagClassName
{
color: #BBBF3C;
}
</style>
background-color css
<style>
a { background-color: #BBBF3C; }
a { background-color: rgb(187,191,60); }
div.DivClassName
{
background-color: #BBBF3C;
}
.BgClassName
{
background-color: #BBBF3C;
}
</style>
border-color css
<style>
span { border-color: #BBBF3C; }
span { border-color: rgb(187,191,60); }
td.TdClassName
{
border-color: #BBBF3C;
}
.TagClassName
{
border-color: #BBBF3C;
}
</style>