Shades of Celery #BCCD4A
Tints of Celery #BCCD4A
RGB
CMYK
RGB Variations
Color information
#BCCD4A (or 0xBCCD4A) is known color: Celery. HEX triplet: BC, CD and 4A. RGB value is (188,205,74). Sum of RGB (Red+Green+Blue) = 188+205+74=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD4A is #4332B5. Grayscale: #B9B9B9. Windows color (decimal): -4403894 or 4902332. OLE color: 4902332.
HSL color Cylindrical-coordinate representation of color #BCCD4A: hue angle of 67.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCCD4A is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 74 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.20 |
| HSL | 67.79º | 0.57% | 0.55% | - |
| HSV(B) | 67.79º | 0.64% | 0.8% | - |
| XYZ | 43.81 | 54.85 | 14.76 | - |
| YUV | 184.98 | 65.37 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 74 | 0.08 | 0 | 0.64 | 0.20 | 67.79 | 0.57 | 0.55 |
| Hex | BC | CD | 4A | 8 | 0 | 40 | 14 | 44 | 39 | 37 |
| Octal | 274 | 315 | 112 | 10 | 0 | 100 | 24 | 104 | 71 | 67 |
| Binary | 10111100 | 11001101 | 1001010 | 1000 | 0 | 1000000 | 10100 | 1000100 | 111001 | 110111 |
Color Harmonies of #BCCD4A
Complementary color
Monochromatic Colors of #BCCD4A
Black with #BCCD4A
Text Example
Text Example
White with #BCCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD4A; }
p { color: rgb(188,205,74); }
H1.HeaderClassName
{
color: #BCCD4A;
}
.AnyTagClassName
{
color: #BCCD4A;
}
</style>
background-color css
<style>
a { background-color: #BCCD4A; }
a { background-color: rgb(188,205,74); }
div.DivClassName
{
background-color: #BCCD4A;
}
.BgClassName
{
background-color: #BCCD4A;
}
</style>
border-color css
<style>
span { border-color: #BCCD4A; }
span { border-color: rgb(188,205,74); }
td.TdClassName
{
border-color: #BCCD4A;
}
.TagClassName
{
border-color: #BCCD4A;
}
</style>