Shades of Celery #BDC24D
Tints of Celery #BDC24D
RGB
CMYK
RGB Variations
Color information
#BDC24D (or 0xBDC24D) is known color: Celery. HEX triplet: BD, C2 and 4D. RGB value is (189,194,77). Sum of RGB (Red+Green+Blue) = 189+194+77=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC24D is #423DB2. Grayscale: #B3B3B3. Windows color (decimal): -4341171 or 5096125. OLE color: 5096125.
HSL color Cylindrical-coordinate representation of color #BDC24D: hue angle of 62.56º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDC24D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 77 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.24 |
| HSL | 62.56º | 0.49% | 0.53% | - |
| HSV(B) | 62.56º | 0.6% | 0.76% | - |
| XYZ | 41.62 | 49.94 | 14.47 | - |
| YUV | 179.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 77 | 0.03 | 0 | 0.60 | 0.24 | 62.56 | 0.49 | 0.53 |
| Hex | BD | C2 | 4D | 3 | 0 | 3C | 18 | 3F | 31 | 35 |
| Octal | 275 | 302 | 115 | 3 | 0 | 74 | 30 | 77 | 61 | 65 |
| Binary | 10111101 | 11000010 | 1001101 | 11 | 0 | 111100 | 11000 | 111111 | 110001 | 110101 |
Color Harmonies of #BDC24D
Complementary color
Monochromatic Colors of #BDC24D
Black with #BDC24D
Text Example
Text Example
White with #BDC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC24D; }
p { color: rgb(189,194,77); }
H1.HeaderClassName
{
color: #BDC24D;
}
.AnyTagClassName
{
color: #BDC24D;
}
</style>
background-color css
<style>
a { background-color: #BDC24D; }
a { background-color: rgb(189,194,77); }
div.DivClassName
{
background-color: #BDC24D;
}
.BgClassName
{
background-color: #BDC24D;
}
</style>
border-color css
<style>
span { border-color: #BDC24D; }
span { border-color: rgb(189,194,77); }
td.TdClassName
{
border-color: #BDC24D;
}
.TagClassName
{
border-color: #BDC24D;
}
</style>