Shades of Celery #BBC950
Tints of Celery #BBC950
RGB
CMYK
RGB Variations
Color information
#BBC950 (or 0xBBC950) is known color: Celery. HEX triplet: BB, C9 and 50. RGB value is (187,201,80). Sum of RGB (Red+Green+Blue) = 187+201+80=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC950 is #4436AF. Grayscale: #B7B7B7. Windows color (decimal): -4470448 or 5294523. OLE color: 5294523.
HSL color Cylindrical-coordinate representation of color #BBC950: hue angle of 66.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC950 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 80 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.21 |
| HSL | 66.94º | 0.53% | 0.55% | - |
| HSV(B) | 66.94º | 0.6% | 0.79% | - |
| XYZ | 42.83 | 52.92 | 15.55 | - |
| YUV | 183.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 80 | 0.07 | 0 | 0.60 | 0.21 | 66.94 | 0.53 | 0.55 |
| Hex | BB | C9 | 50 | 7 | 0 | 3C | 15 | 43 | 35 | 37 |
| Octal | 273 | 311 | 120 | 7 | 0 | 74 | 25 | 103 | 65 | 67 |
| Binary | 10111011 | 11001001 | 1010000 | 111 | 0 | 111100 | 10101 | 1000011 | 110101 | 110111 |
Color Harmonies of #BBC950
Complementary color
Monochromatic Colors of #BBC950
Black with #BBC950
Text Example
Text Example
White with #BBC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC950; }
p { color: rgb(187,201,80); }
H1.HeaderClassName
{
color: #BBC950;
}
.AnyTagClassName
{
color: #BBC950;
}
</style>
background-color css
<style>
a { background-color: #BBC950; }
a { background-color: rgb(187,201,80); }
div.DivClassName
{
background-color: #BBC950;
}
.BgClassName
{
background-color: #BBC950;
}
</style>
border-color css
<style>
span { border-color: #BBC950; }
span { border-color: rgb(187,201,80); }
td.TdClassName
{
border-color: #BBC950;
}
.TagClassName
{
border-color: #BBC950;
}
</style>