Shades of Celery #BCC74D
Tints of Celery #BCC74D
RGB
CMYK
RGB Variations
Color information
#BCC74D (or 0xBCC74D) is known color: Celery. HEX triplet: BC, C7 and 4D. RGB value is (188,199,77). Sum of RGB (Red+Green+Blue) = 188+199+77=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC74D is #4338B2. Grayscale: #B6B6B6. Windows color (decimal): -4405427 or 5097404. OLE color: 5097404.
HSL color Cylindrical-coordinate representation of color #BCC74D: hue angle of 65.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCC74D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 77 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.22 |
| HSL | 65.41º | 0.52% | 0.54% | - |
| HSV(B) | 65.41º | 0.61% | 0.78% | - |
| XYZ | 42.5 | 52.07 | 14.83 | - |
| YUV | 181.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 77 | 0.06 | 0 | 0.61 | 0.22 | 65.41 | 0.52 | 0.54 |
| Hex | BC | C7 | 4D | 6 | 0 | 3D | 16 | 41 | 34 | 36 |
| Octal | 274 | 307 | 115 | 6 | 0 | 75 | 26 | 101 | 64 | 66 |
| Binary | 10111100 | 11000111 | 1001101 | 110 | 0 | 111101 | 10110 | 1000001 | 110100 | 110110 |
Color Harmonies of #BCC74D
Complementary color
Monochromatic Colors of #BCC74D
Black with #BCC74D
Text Example
Text Example
White with #BCC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC74D; }
p { color: rgb(188,199,77); }
H1.HeaderClassName
{
color: #BCC74D;
}
.AnyTagClassName
{
color: #BCC74D;
}
</style>
background-color css
<style>
a { background-color: #BCC74D; }
a { background-color: rgb(188,199,77); }
div.DivClassName
{
background-color: #BCC74D;
}
.BgClassName
{
background-color: #BCC74D;
}
</style>
border-color css
<style>
span { border-color: #BCC74D; }
span { border-color: rgb(188,199,77); }
td.TdClassName
{
border-color: #BCC74D;
}
.TagClassName
{
border-color: #BCC74D;
}
</style>