Shades of Celery #BCCF45
Tints of Celery #BCCF45
RGB
CMYK
RGB Variations
Color information
#BCCF45 (or 0xBCCF45) is known color: Celery. HEX triplet: BC, CF and 45. RGB value is (188,207,69). Sum of RGB (Red+Green+Blue) = 188+207+69=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF45 is #4330BA. Grayscale: #BABABA. Windows color (decimal): -4403387 or 4575164. OLE color: 4575164.
HSL color Cylindrical-coordinate representation of color #BCCF45: hue angle of 68.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCCF45 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 69 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.19 |
| HSL | 68.26º | 0.59% | 0.54% | - |
| HSV(B) | 68.26º | 0.67% | 0.81% | - |
| XYZ | 44.13 | 55.75 | 14.06 | - |
| YUV | 185.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 69 | 0.09 | 0 | 0.67 | 0.19 | 68.26 | 0.59 | 0.54 |
| Hex | BC | CF | 45 | 9 | 0 | 43 | 13 | 44 | 3B | 36 |
| Octal | 274 | 317 | 105 | 11 | 0 | 103 | 23 | 104 | 73 | 66 |
| Binary | 10111100 | 11001111 | 1000101 | 1001 | 0 | 1000011 | 10011 | 1000100 | 111011 | 110110 |
Color Harmonies of #BCCF45
Complementary color
Monochromatic Colors of #BCCF45
Black with #BCCF45
Text Example
Text Example
White with #BCCF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF45; }
p { color: rgb(188,207,69); }
H1.HeaderClassName
{
color: #BCCF45;
}
.AnyTagClassName
{
color: #BCCF45;
}
</style>
background-color css
<style>
a { background-color: #BCCF45; }
a { background-color: rgb(188,207,69); }
div.DivClassName
{
background-color: #BCCF45;
}
.BgClassName
{
background-color: #BCCF45;
}
</style>
border-color css
<style>
span { border-color: #BCCF45; }
span { border-color: rgb(188,207,69); }
td.TdClassName
{
border-color: #BCCF45;
}
.TagClassName
{
border-color: #BCCF45;
}
</style>