Shades of Celery #BCCB3E
Tints of Celery #BCCB3E
RGB
CMYK
RGB Variations
Color information
#BCCB3E (or 0xBCCB3E) is known color: Celery. HEX triplet: BC, CB and 3E. RGB value is (188,203,62). Sum of RGB (Red+Green+Blue) = 188+203+62=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB3E is #4334C1. Grayscale: #B6B6B6. Windows color (decimal): -4404418 or 4115388. OLE color: 4115388.
HSL color Cylindrical-coordinate representation of color #BCCB3E: hue angle of 66.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCCB3E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 62 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.20 |
| HSL | 66.38º | 0.58% | 0.52% | - |
| HSV(B) | 66.38º | 0.69% | 0.8% | - |
| XYZ | 42.96 | 53.75 | 12.67 | - |
| YUV | 182.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 62 | 0.07 | 0 | 0.69 | 0.20 | 66.38 | 0.58 | 0.52 |
| Hex | BC | CB | 3E | 7 | 0 | 45 | 14 | 42 | 3A | 34 |
| Octal | 274 | 313 | 76 | 7 | 0 | 105 | 24 | 102 | 72 | 64 |
| Binary | 10111100 | 11001011 | 111110 | 111 | 0 | 1000101 | 10100 | 1000010 | 111010 | 110100 |
Color Harmonies of #BCCB3E
Complementary color
Monochromatic Colors of #BCCB3E
Black with #BCCB3E
Text Example
Text Example
White with #BCCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB3E; }
p { color: rgb(188,203,62); }
H1.HeaderClassName
{
color: #BCCB3E;
}
.AnyTagClassName
{
color: #BCCB3E;
}
</style>
background-color css
<style>
a { background-color: #BCCB3E; }
a { background-color: rgb(188,203,62); }
div.DivClassName
{
background-color: #BCCB3E;
}
.BgClassName
{
background-color: #BCCB3E;
}
</style>
border-color css
<style>
span { border-color: #BCCB3E; }
span { border-color: rgb(188,203,62); }
td.TdClassName
{
border-color: #BCCB3E;
}
.TagClassName
{
border-color: #BCCB3E;
}
</style>