Shades of Celery #B0C435
Tints of Celery #B0C435
RGB
CMYK
RGB Variations
Color information
#B0C435 (or 0xB0C435) is known color: Celery. HEX triplet: B0, C4 and 35. RGB value is (176,196,53). Sum of RGB (Red+Green+Blue) = 176+196+53=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C435 is #4F3BCA. Grayscale: #AEAEAE. Windows color (decimal): -5192651 or 3523760. OLE color: 3523760.
HSL color Cylindrical-coordinate representation of color #B0C435: hue angle of 68.39º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0C435 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 53 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.23 |
| HSL | 68.39º | 0.57% | 0.49% | - |
| HSV(B) | 68.39º | 0.73% | 0.77% | - |
| XYZ | 38.29 | 48.97 | 10.8 | - |
| YUV | 173.72 | 59.87 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 53 | 0.10 | 0 | 0.73 | 0.23 | 68.39 | 0.57 | 0.49 |
| Hex | B0 | C4 | 35 | A | 0 | 49 | 17 | 44 | 39 | 31 |
| Octal | 260 | 304 | 65 | 12 | 0 | 111 | 27 | 104 | 71 | 61 |
| Binary | 10110000 | 11000100 | 110101 | 1010 | 0 | 1001001 | 10111 | 1000100 | 111001 | 110001 |
Color Harmonies of #B0C435
Complementary color
Monochromatic Colors of #B0C435
Black with #B0C435
Text Example
Text Example
White with #B0C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C435; }
p { color: rgb(176,196,53); }
H1.HeaderClassName
{
color: #B0C435;
}
.AnyTagClassName
{
color: #B0C435;
}
</style>
background-color css
<style>
a { background-color: #B0C435; }
a { background-color: rgb(176,196,53); }
div.DivClassName
{
background-color: #B0C435;
}
.BgClassName
{
background-color: #B0C435;
}
</style>
border-color css
<style>
span { border-color: #B0C435; }
span { border-color: rgb(176,196,53); }
td.TdClassName
{
border-color: #B0C435;
}
.TagClassName
{
border-color: #B0C435;
}
</style>