Shades of Celery #BDC34A
Tints of Celery #BDC34A
RGB
CMYK
RGB Variations
Color information
#BDC34A (or 0xBDC34A) is known color: Celery. HEX triplet: BD, C3 and 4A. RGB value is (189,195,74). Sum of RGB (Red+Green+Blue) = 189+195+74=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC34A is #423CB5. Grayscale: #B3B3B3. Windows color (decimal): -4340918 or 4899773. OLE color: 4899773.
HSL color Cylindrical-coordinate representation of color #BDC34A: hue angle of 62.98º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC34A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 74 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.24 |
| HSL | 62.98º | 0.5% | 0.53% | - |
| HSV(B) | 62.98º | 0.62% | 0.76% | - |
| XYZ | 41.74 | 50.34 | 14 | - |
| YUV | 179.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 74 | 0.03 | 0 | 0.62 | 0.24 | 62.98 | 0.5 | 0.53 |
| Hex | BD | C3 | 4A | 3 | 0 | 3E | 18 | 3F | 32 | 35 |
| Octal | 275 | 303 | 112 | 3 | 0 | 76 | 30 | 77 | 62 | 65 |
| Binary | 10111101 | 11000011 | 1001010 | 11 | 0 | 111110 | 11000 | 111111 | 110010 | 110101 |
Color Harmonies of #BDC34A
Complementary color
Monochromatic Colors of #BDC34A
Black with #BDC34A
Text Example
Text Example
White with #BDC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC34A; }
p { color: rgb(189,195,74); }
H1.HeaderClassName
{
color: #BDC34A;
}
.AnyTagClassName
{
color: #BDC34A;
}
</style>
background-color css
<style>
a { background-color: #BDC34A; }
a { background-color: rgb(189,195,74); }
div.DivClassName
{
background-color: #BDC34A;
}
.BgClassName
{
background-color: #BDC34A;
}
</style>
border-color css
<style>
span { border-color: #BDC34A; }
span { border-color: rgb(189,195,74); }
td.TdClassName
{
border-color: #BDC34A;
}
.TagClassName
{
border-color: #BDC34A;
}
</style>