Shades of Celery #B4C350
Tints of Celery #B4C350
RGB
CMYK
RGB Variations
Color information
#B4C350 (or 0xB4C350) is known color: Celery. HEX triplet: B4, C3 and 50. RGB value is (180,195,80). Sum of RGB (Red+Green+Blue) = 180+195+80=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C350 is #4B3CAF. Grayscale: #B1B1B1. Windows color (decimal): -4930736 or 5292980. OLE color: 5292980.
HSL color Cylindrical-coordinate representation of color #B4C350: hue angle of 67.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4C350 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 195 | 80 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.24 |
| HSL | 67.83º | 0.49% | 0.54% | - |
| HSV(B) | 67.83º | 0.59% | 0.76% | - |
| XYZ | 39.79 | 49.31 | 15.01 | - |
| YUV | 177.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 195 | 80 | 0.08 | 0 | 0.59 | 0.24 | 67.83 | 0.49 | 0.54 |
| Hex | B4 | C3 | 50 | 8 | 0 | 3B | 18 | 44 | 31 | 36 |
| Octal | 264 | 303 | 120 | 10 | 0 | 73 | 30 | 104 | 61 | 66 |
| Binary | 10110100 | 11000011 | 1010000 | 1000 | 0 | 111011 | 11000 | 1000100 | 110001 | 110110 |
Color Harmonies of #B4C350
Complementary color
Monochromatic Colors of #B4C350
Black with #B4C350
Text Example
Text Example
White with #B4C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C350; }
p { color: rgb(180,195,80); }
H1.HeaderClassName
{
color: #B4C350;
}
.AnyTagClassName
{
color: #B4C350;
}
</style>
background-color css
<style>
a { background-color: #B4C350; }
a { background-color: rgb(180,195,80); }
div.DivClassName
{
background-color: #B4C350;
}
.BgClassName
{
background-color: #B4C350;
}
</style>
border-color css
<style>
span { border-color: #B4C350; }
span { border-color: rgb(180,195,80); }
td.TdClassName
{
border-color: #B4C350;
}
.TagClassName
{
border-color: #B4C350;
}
</style>