Shades of Celery #BDCC4E
Tints of Celery #BDCC4E
RGB
CMYK
RGB Variations
Color information
#BDCC4E (or 0xBDCC4E) is known color: Celery. HEX triplet: BD, CC and 4E. RGB value is (189,204,78). Sum of RGB (Red+Green+Blue) = 189+204+78=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC4E is #4233B1. Grayscale: #B9B9B9. Windows color (decimal): -4338610 or 5164221. OLE color: 5164221.
HSL color Cylindrical-coordinate representation of color #BDCC4E: hue angle of 67.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDCC4E is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 78 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.2 |
| HSL | 67.14º | 0.55% | 0.55% | - |
| HSV(B) | 67.14º | 0.62% | 0.8% | - |
| XYZ | 43.95 | 54.55 | 15.42 | - |
| YUV | 185.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 78 | 0.07 | 0 | 0.62 | 0.2 | 67.14 | 0.55 | 0.55 |
| Hex | BD | CC | 4E | 7 | 0 | 3E | 14 | 43 | 37 | 37 |
| Octal | 275 | 314 | 116 | 7 | 0 | 76 | 24 | 103 | 67 | 67 |
| Binary | 10111101 | 11001100 | 1001110 | 111 | 0 | 111110 | 10100 | 1000011 | 110111 | 110111 |
Color Harmonies of #BDCC4E
Complementary color
Monochromatic Colors of #BDCC4E
Black with #BDCC4E
Text Example
Text Example
White with #BDCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC4E; }
p { color: rgb(189,204,78); }
H1.HeaderClassName
{
color: #BDCC4E;
}
.AnyTagClassName
{
color: #BDCC4E;
}
</style>
background-color css
<style>
a { background-color: #BDCC4E; }
a { background-color: rgb(189,204,78); }
div.DivClassName
{
background-color: #BDCC4E;
}
.BgClassName
{
background-color: #BDCC4E;
}
</style>
border-color css
<style>
span { border-color: #BDCC4E; }
span { border-color: rgb(189,204,78); }
td.TdClassName
{
border-color: #BDCC4E;
}
.TagClassName
{
border-color: #BDCC4E;
}
</style>