Shades of Celery #BBCD48
Tints of Celery #BBCD48
RGB
CMYK
RGB Variations
Color information
#BBCD48 (or 0xBBCD48) is known color: Celery. HEX triplet: BB, CD and 48. RGB value is (187,205,72). Sum of RGB (Red+Green+Blue) = 187+205+72=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD48 is #4432B7. Grayscale: #B8B8B8. Windows color (decimal): -4469432 or 4771259. OLE color: 4771259.
HSL color Cylindrical-coordinate representation of color #BBCD48: hue angle of 68.12º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBCD48 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 72 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.20 |
| HSL | 68.12º | 0.57% | 0.54% | - |
| HSV(B) | 68.12º | 0.65% | 0.8% | - |
| XYZ | 43.49 | 54.7 | 14.4 | - |
| YUV | 184.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 72 | 0.09 | 0 | 0.65 | 0.20 | 68.12 | 0.57 | 0.54 |
| Hex | BB | CD | 48 | 9 | 0 | 41 | 14 | 44 | 39 | 36 |
| Octal | 273 | 315 | 110 | 11 | 0 | 101 | 24 | 104 | 71 | 66 |
| Binary | 10111011 | 11001101 | 1001000 | 1001 | 0 | 1000001 | 10100 | 1000100 | 111001 | 110110 |
Color Harmonies of #BBCD48
Complementary color
Monochromatic Colors of #BBCD48
Black with #BBCD48
Text Example
Text Example
White with #BBCD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD48; }
p { color: rgb(187,205,72); }
H1.HeaderClassName
{
color: #BBCD48;
}
.AnyTagClassName
{
color: #BBCD48;
}
</style>
background-color css
<style>
a { background-color: #BBCD48; }
a { background-color: rgb(187,205,72); }
div.DivClassName
{
background-color: #BBCD48;
}
.BgClassName
{
background-color: #BBCD48;
}
</style>
border-color css
<style>
span { border-color: #BBCD48; }
span { border-color: rgb(187,205,72); }
td.TdClassName
{
border-color: #BBCD48;
}
.TagClassName
{
border-color: #BBCD48;
}
</style>