Shades of Celery #BDC33D
Tints of Celery #BDC33D
RGB
CMYK
RGB Variations
Color information
#BDC33D (or 0xBDC33D) is known color: Celery. HEX triplet: BD, C3 and 3D. RGB value is (189,195,61). Sum of RGB (Red+Green+Blue) = 189+195+61=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC33D is #423CC2. Grayscale: #B2B2B2. Windows color (decimal): -4340931 or 4047805. OLE color: 4047805.
HSL color Cylindrical-coordinate representation of color #BDC33D: hue angle of 62.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDC33D is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 61 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.24 |
| HSL | 62.69º | 0.53% | 0.5% | - |
| HSV(B) | 62.69º | 0.69% | 0.76% | - |
| XYZ | 41.34 | 50.19 | 11.92 | - |
| YUV | 177.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 61 | 0.03 | 0 | 0.69 | 0.24 | 62.69 | 0.53 | 0.5 |
| Hex | BD | C3 | 3D | 3 | 0 | 45 | 18 | 3F | 35 | 32 |
| Octal | 275 | 303 | 75 | 3 | 0 | 105 | 30 | 77 | 65 | 62 |
| Binary | 10111101 | 11000011 | 111101 | 11 | 0 | 1000101 | 11000 | 111111 | 110101 | 110010 |
Color Harmonies of #BDC33D
Complementary color
Monochromatic Colors of #BDC33D
Black with #BDC33D
Text Example
Text Example
White with #BDC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC33D; }
p { color: rgb(189,195,61); }
H1.HeaderClassName
{
color: #BDC33D;
}
.AnyTagClassName
{
color: #BDC33D;
}
</style>
background-color css
<style>
a { background-color: #BDC33D; }
a { background-color: rgb(189,195,61); }
div.DivClassName
{
background-color: #BDC33D;
}
.BgClassName
{
background-color: #BDC33D;
}
</style>
border-color css
<style>
span { border-color: #BDC33D; }
span { border-color: rgb(189,195,61); }
td.TdClassName
{
border-color: #BDC33D;
}
.TagClassName
{
border-color: #BDC33D;
}
</style>