Shades of Celery #BDC952
Tints of Celery #BDC952
RGB
CMYK
RGB Variations
Color information
#BDC952 (or 0xBDC952) is known color: Celery. HEX triplet: BD, C9 and 52. RGB value is (189,201,82). Sum of RGB (Red+Green+Blue) = 189+201+82=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC952 is #4236AD. Grayscale: #B8B8B8. Windows color (decimal): -4339374 or 5425597. OLE color: 5425597.
HSL color Cylindrical-coordinate representation of color #BDC952: hue angle of 66.05º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC952 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 82 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.21 |
| HSL | 66.05º | 0.52% | 0.55% | - |
| HSV(B) | 66.05º | 0.59% | 0.79% | - |
| XYZ | 43.4 | 53.2 | 15.96 | - |
| YUV | 183.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 82 | 0.06 | 0 | 0.59 | 0.21 | 66.05 | 0.52 | 0.55 |
| Hex | BD | C9 | 52 | 6 | 0 | 3B | 15 | 42 | 34 | 37 |
| Octal | 275 | 311 | 122 | 6 | 0 | 73 | 25 | 102 | 64 | 67 |
| Binary | 10111101 | 11001001 | 1010010 | 110 | 0 | 111011 | 10101 | 1000010 | 110100 | 110111 |
Color Harmonies of #BDC952
Complementary color
Monochromatic Colors of #BDC952
Black with #BDC952
Text Example
Text Example
White with #BDC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC952; }
p { color: rgb(189,201,82); }
H1.HeaderClassName
{
color: #BDC952;
}
.AnyTagClassName
{
color: #BDC952;
}
</style>
background-color css
<style>
a { background-color: #BDC952; }
a { background-color: rgb(189,201,82); }
div.DivClassName
{
background-color: #BDC952;
}
.BgClassName
{
background-color: #BDC952;
}
</style>
border-color css
<style>
span { border-color: #BDC952; }
span { border-color: rgb(189,201,82); }
td.TdClassName
{
border-color: #BDC952;
}
.TagClassName
{
border-color: #BDC952;
}
</style>