Shades of Celery #BCC952
Tints of Celery #BCC952
RGB
CMYK
RGB Variations
Color information
#BCC952 (or 0xBCC952) is known color: Celery. HEX triplet: BC, C9 and 52. RGB value is (188,201,82). Sum of RGB (Red+Green+Blue) = 188+201+82=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC952 is #4336AD. Grayscale: #B8B8B8. Windows color (decimal): -4404910 or 5425596. OLE color: 5425596.
HSL color Cylindrical-coordinate representation of color #BCC952: hue angle of 66.55º 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 #BCC952 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 82 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.21 |
| HSL | 66.55º | 0.52% | 0.55% | - |
| HSV(B) | 66.55º | 0.59% | 0.79% | - |
| XYZ | 43.15 | 53.07 | 15.95 | - |
| YUV | 183.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 82 | 0.06 | 0 | 0.59 | 0.21 | 66.55 | 0.52 | 0.55 |
| Hex | BC | C9 | 52 | 6 | 0 | 3B | 15 | 43 | 34 | 37 |
| Octal | 274 | 311 | 122 | 6 | 0 | 73 | 25 | 103 | 64 | 67 |
| Binary | 10111100 | 11001001 | 1010010 | 110 | 0 | 111011 | 10101 | 1000011 | 110100 | 110111 |
Color Harmonies of #BCC952
Complementary color
Monochromatic Colors of #BCC952
Black with #BCC952
Text Example
Text Example
White with #BCC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC952; }
p { color: rgb(188,201,82); }
H1.HeaderClassName
{
color: #BCC952;
}
.AnyTagClassName
{
color: #BCC952;
}
</style>
background-color css
<style>
a { background-color: #BCC952; }
a { background-color: rgb(188,201,82); }
div.DivClassName
{
background-color: #BCC952;
}
.BgClassName
{
background-color: #BCC952;
}
</style>
border-color css
<style>
span { border-color: #BCC952; }
span { border-color: rgb(188,201,82); }
td.TdClassName
{
border-color: #BCC952;
}
.TagClassName
{
border-color: #BCC952;
}
</style>