Shades of Celery #B0C652
Tints of Celery #B0C652
RGB
CMYK
RGB Variations
Color information
#B0C652 (or 0xB0C652) is known color: Celery. HEX triplet: B0, C6 and 52. RGB value is (176,198,82). Sum of RGB (Red+Green+Blue) = 176+198+82=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C652 is #4F39AD. Grayscale: #B2B2B2. Windows color (decimal): -5192110 or 5424816. OLE color: 5424816.
HSL color Cylindrical-coordinate representation of color #B0C652: hue angle of 71.38º degrees, saturation: 0.5, 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 #B0C652 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 82 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.22 |
| HSL | 71.38º | 0.5% | 0.55% | - |
| HSV(B) | 71.38º | 0.59% | 0.78% | - |
| XYZ | 39.62 | 50.23 | 15.59 | - |
| YUV | 178.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 82 | 0.11 | 0 | 0.59 | 0.22 | 71.38 | 0.5 | 0.55 |
| Hex | B0 | C6 | 52 | B | 0 | 3B | 16 | 47 | 32 | 37 |
| Octal | 260 | 306 | 122 | 13 | 0 | 73 | 26 | 107 | 62 | 67 |
| Binary | 10110000 | 11000110 | 1010010 | 1011 | 0 | 111011 | 10110 | 1000111 | 110010 | 110111 |
Color Harmonies of #B0C652
Complementary color
Monochromatic Colors of #B0C652
Black with #B0C652
Text Example
Text Example
White with #B0C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C652; }
p { color: rgb(176,198,82); }
H1.HeaderClassName
{
color: #B0C652;
}
.AnyTagClassName
{
color: #B0C652;
}
</style>
background-color css
<style>
a { background-color: #B0C652; }
a { background-color: rgb(176,198,82); }
div.DivClassName
{
background-color: #B0C652;
}
.BgClassName
{
background-color: #B0C652;
}
</style>
border-color css
<style>
span { border-color: #B0C652; }
span { border-color: rgb(176,198,82); }
td.TdClassName
{
border-color: #B0C652;
}
.TagClassName
{
border-color: #B0C652;
}
</style>