Shades of Celery #BCC252
Tints of Celery #BCC252
RGB
CMYK
RGB Variations
Color information
#BCC252 (or 0xBCC252) is known color: Celery. HEX triplet: BC, C2 and 52. RGB value is (188,194,82). Sum of RGB (Red+Green+Blue) = 188+194+82=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC252 is #433DAD. Grayscale: #B3B3B3. Windows color (decimal): -4406702 or 5423804. OLE color: 5423804.
HSL color Cylindrical-coordinate representation of color #BCC252: hue angle of 63.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCC252 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 82 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.24 |
| HSL | 63.21º | 0.48% | 0.54% | - |
| HSV(B) | 63.21º | 0.58% | 0.76% | - |
| XYZ | 41.55 | 49.88 | 15.42 | - |
| YUV | 179.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 82 | 0.03 | 0 | 0.58 | 0.24 | 63.21 | 0.48 | 0.54 |
| Hex | BC | C2 | 52 | 3 | 0 | 3A | 18 | 3F | 30 | 36 |
| Octal | 274 | 302 | 122 | 3 | 0 | 72 | 30 | 77 | 60 | 66 |
| Binary | 10111100 | 11000010 | 1010010 | 11 | 0 | 111010 | 11000 | 111111 | 110000 | 110110 |
Color Harmonies of #BCC252
Complementary color
Monochromatic Colors of #BCC252
Black with #BCC252
Text Example
Text Example
White with #BCC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC252; }
p { color: rgb(188,194,82); }
H1.HeaderClassName
{
color: #BCC252;
}
.AnyTagClassName
{
color: #BCC252;
}
</style>
background-color css
<style>
a { background-color: #BCC252; }
a { background-color: rgb(188,194,82); }
div.DivClassName
{
background-color: #BCC252;
}
.BgClassName
{
background-color: #BCC252;
}
</style>
border-color css
<style>
span { border-color: #BCC252; }
span { border-color: rgb(188,194,82); }
td.TdClassName
{
border-color: #BCC252;
}
.TagClassName
{
border-color: #BCC252;
}
</style>