Shades of Celery #B0C534
Tints of Celery #B0C534
RGB
CMYK
RGB Variations
Color information
#B0C534 (or 0xB0C534) is known color: Celery. HEX triplet: B0, C5 and 34. RGB value is (176,197,52). Sum of RGB (Red+Green+Blue) = 176+197+52=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C534 is #4F3ACB. Grayscale: #AEAEAE. Windows color (decimal): -5192396 or 3458480. OLE color: 3458480.
HSL color Cylindrical-coordinate representation of color #B0C534: hue angle of 68.69º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0C534 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 52 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.23 |
| HSL | 68.69º | 0.58% | 0.49% | - |
| HSV(B) | 68.69º | 0.74% | 0.77% | - |
| XYZ | 38.49 | 49.41 | 10.76 | - |
| YUV | 174.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 52 | 0.11 | 0 | 0.74 | 0.23 | 68.69 | 0.58 | 0.49 |
| Hex | B0 | C5 | 34 | B | 0 | 4A | 17 | 45 | 3A | 31 |
| Octal | 260 | 305 | 64 | 13 | 0 | 112 | 27 | 105 | 72 | 61 |
| Binary | 10110000 | 11000101 | 110100 | 1011 | 0 | 1001010 | 10111 | 1000101 | 111010 | 110001 |
Color Harmonies of #B0C534
Complementary color
Monochromatic Colors of #B0C534
Black with #B0C534
Text Example
Text Example
White with #B0C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C534; }
p { color: rgb(176,197,52); }
H1.HeaderClassName
{
color: #B0C534;
}
.AnyTagClassName
{
color: #B0C534;
}
</style>
background-color css
<style>
a { background-color: #B0C534; }
a { background-color: rgb(176,197,52); }
div.DivClassName
{
background-color: #B0C534;
}
.BgClassName
{
background-color: #B0C534;
}
</style>
border-color css
<style>
span { border-color: #B0C534; }
span { border-color: rgb(176,197,52); }
td.TdClassName
{
border-color: #B0C534;
}
.TagClassName
{
border-color: #B0C534;
}
</style>