Shades of Celery #BCC338
Tints of Celery #BCC338
RGB
CMYK
RGB Variations
Color information
#BCC338 (or 0xBCC338) is known color: Celery. HEX triplet: BC, C3 and 38. RGB value is (188,195,56). Sum of RGB (Red+Green+Blue) = 188+195+56=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC338 is #433CC7. Grayscale: #B1B1B1. Windows color (decimal): -4406472 or 3720124. OLE color: 3720124.
HSL color Cylindrical-coordinate representation of color #BCC338: hue angle of 63.02º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCC338 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 56 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.24 |
| HSL | 63.02º | 0.55% | 0.49% | - |
| HSV(B) | 63.02º | 0.71% | 0.76% | - |
| XYZ | 40.97 | 50.01 | 11.23 | - |
| YUV | 177.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 56 | 0.04 | 0 | 0.71 | 0.24 | 63.02 | 0.55 | 0.49 |
| Hex | BC | C3 | 38 | 4 | 0 | 47 | 18 | 3F | 37 | 31 |
| Octal | 274 | 303 | 70 | 4 | 0 | 107 | 30 | 77 | 67 | 61 |
| Binary | 10111100 | 11000011 | 111000 | 100 | 0 | 1000111 | 11000 | 111111 | 110111 | 110001 |
Color Harmonies of #BCC338
Complementary color
Monochromatic Colors of #BCC338
Black with #BCC338
Text Example
Text Example
White with #BCC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC338; }
p { color: rgb(188,195,56); }
H1.HeaderClassName
{
color: #BCC338;
}
.AnyTagClassName
{
color: #BCC338;
}
</style>
background-color css
<style>
a { background-color: #BCC338; }
a { background-color: rgb(188,195,56); }
div.DivClassName
{
background-color: #BCC338;
}
.BgClassName
{
background-color: #BCC338;
}
</style>
border-color css
<style>
span { border-color: #BCC338; }
span { border-color: rgb(188,195,56); }
td.TdClassName
{
border-color: #BCC338;
}
.TagClassName
{
border-color: #BCC338;
}
</style>