Shades of Celery #BCC752
Tints of Celery #BCC752
RGB
CMYK
RGB Variations
Color information
#BCC752 (or 0xBCC752) is known color: Celery. HEX triplet: BC, C7 and 52. RGB value is (188,199,82). Sum of RGB (Red+Green+Blue) = 188+199+82=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC752 is #4338AD. Grayscale: #B6B6B6. Windows color (decimal): -4405422 or 5425084. OLE color: 5425084.
HSL color Cylindrical-coordinate representation of color #BCC752: hue angle of 65.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCC752 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 82 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.22 |
| HSL | 65.64º | 0.51% | 0.55% | - |
| HSV(B) | 65.64º | 0.59% | 0.78% | - |
| XYZ | 42.69 | 52.15 | 15.8 | - |
| YUV | 182.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 82 | 0.06 | 0 | 0.59 | 0.22 | 65.64 | 0.51 | 0.55 |
| Hex | BC | C7 | 52 | 6 | 0 | 3B | 16 | 42 | 33 | 37 |
| Octal | 274 | 307 | 122 | 6 | 0 | 73 | 26 | 102 | 63 | 67 |
| Binary | 10111100 | 11000111 | 1010010 | 110 | 0 | 111011 | 10110 | 1000010 | 110011 | 110111 |
Color Harmonies of #BCC752
Complementary color
Monochromatic Colors of #BCC752
Black with #BCC752
Text Example
Text Example
White with #BCC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC752; }
p { color: rgb(188,199,82); }
H1.HeaderClassName
{
color: #BCC752;
}
.AnyTagClassName
{
color: #BCC752;
}
</style>
background-color css
<style>
a { background-color: #BCC752; }
a { background-color: rgb(188,199,82); }
div.DivClassName
{
background-color: #BCC752;
}
.BgClassName
{
background-color: #BCC752;
}
</style>
border-color css
<style>
span { border-color: #BCC752; }
span { border-color: rgb(188,199,82); }
td.TdClassName
{
border-color: #BCC752;
}
.TagClassName
{
border-color: #BCC752;
}
</style>