Shades of Celery #BBCB4A
Tints of Celery #BBCB4A
RGB
CMYK
RGB Variations
Color information
#BBCB4A (or 0xBBCB4A) is known color: Celery. HEX triplet: BB, CB and 4A. RGB value is (187,203,74). Sum of RGB (Red+Green+Blue) = 187+203+74=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB4A is #4434B5. Grayscale: #B8B8B8. Windows color (decimal): -4469942 or 4901819. OLE color: 4901819.
HSL color Cylindrical-coordinate representation of color #BBCB4A: hue angle of 67.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBCB4A is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 74 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.20 |
| HSL | 67.44º | 0.55% | 0.54% | - |
| HSV(B) | 67.44º | 0.64% | 0.8% | - |
| XYZ | 43.09 | 53.77 | 14.59 | - |
| YUV | 183.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 74 | 0.08 | 0 | 0.64 | 0.20 | 67.44 | 0.55 | 0.54 |
| Hex | BB | CB | 4A | 8 | 0 | 40 | 14 | 43 | 37 | 36 |
| Octal | 273 | 313 | 112 | 10 | 0 | 100 | 24 | 103 | 67 | 66 |
| Binary | 10111011 | 11001011 | 1001010 | 1000 | 0 | 1000000 | 10100 | 1000011 | 110111 | 110110 |
Color Harmonies of #BBCB4A
Complementary color
Monochromatic Colors of #BBCB4A
Black with #BBCB4A
Text Example
Text Example
White with #BBCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB4A; }
p { color: rgb(187,203,74); }
H1.HeaderClassName
{
color: #BBCB4A;
}
.AnyTagClassName
{
color: #BBCB4A;
}
</style>
background-color css
<style>
a { background-color: #BBCB4A; }
a { background-color: rgb(187,203,74); }
div.DivClassName
{
background-color: #BBCB4A;
}
.BgClassName
{
background-color: #BBCB4A;
}
</style>
border-color css
<style>
span { border-color: #BBCB4A; }
span { border-color: rgb(187,203,74); }
td.TdClassName
{
border-color: #BBCB4A;
}
.TagClassName
{
border-color: #BBCB4A;
}
</style>