Shades of Celery #BDC44A
Tints of Celery #BDC44A
RGB
CMYK
RGB Variations
Color information
#BDC44A (or 0xBDC44A) is known color: Celery. HEX triplet: BD, C4 and 4A. RGB value is (189,196,74). Sum of RGB (Red+Green+Blue) = 189+196+74=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC44A is #423BB5. Grayscale: #B4B4B4. Windows color (decimal): -4340662 or 4900029. OLE color: 4900029.
HSL color Cylindrical-coordinate representation of color #BDC44A: hue angle of 63.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC44A is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 74 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.23 |
| HSL | 63.44º | 0.51% | 0.53% | - |
| HSV(B) | 63.44º | 0.62% | 0.77% | - |
| XYZ | 41.96 | 50.79 | 14.07 | - |
| YUV | 180 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 74 | 0.04 | 0 | 0.62 | 0.23 | 63.44 | 0.51 | 0.53 |
| Hex | BD | C4 | 4A | 4 | 0 | 3E | 17 | 3F | 33 | 35 |
| Octal | 275 | 304 | 112 | 4 | 0 | 76 | 27 | 77 | 63 | 65 |
| Binary | 10111101 | 11000100 | 1001010 | 100 | 0 | 111110 | 10111 | 111111 | 110011 | 110101 |
Color Harmonies of #BDC44A
Complementary color
Monochromatic Colors of #BDC44A
Black with #BDC44A
Text Example
Text Example
White with #BDC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC44A; }
p { color: rgb(189,196,74); }
H1.HeaderClassName
{
color: #BDC44A;
}
.AnyTagClassName
{
color: #BDC44A;
}
</style>
background-color css
<style>
a { background-color: #BDC44A; }
a { background-color: rgb(189,196,74); }
div.DivClassName
{
background-color: #BDC44A;
}
.BgClassName
{
background-color: #BDC44A;
}
</style>
border-color css
<style>
span { border-color: #BDC44A; }
span { border-color: rgb(189,196,74); }
td.TdClassName
{
border-color: #BDC44A;
}
.TagClassName
{
border-color: #BDC44A;
}
</style>