Shades of Celery #B0C043
Tints of Celery #B0C043
RGB
CMYK
RGB Variations
Color information
#B0C043 (or 0xB0C043) is known color: Celery. HEX triplet: B0, C0 and 43. RGB value is (176,192,67). Sum of RGB (Red+Green+Blue) = 176+192+67=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C043 is #4F3FBC. Grayscale: #ADADAD. Windows color (decimal): -5193661 or 4440240. OLE color: 4440240.
HSL color Cylindrical-coordinate representation of color #B0C043: hue angle of 67.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0C043 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 67 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.25 |
| HSL | 67.68º | 0.5% | 0.51% | - |
| HSV(B) | 67.68º | 0.65% | 0.75% | - |
| XYZ | 37.77 | 47.33 | 12.46 | - |
| YUV | 172.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 67 | 0.08 | 0 | 0.65 | 0.25 | 67.68 | 0.5 | 0.51 |
| Hex | B0 | C0 | 43 | 8 | 0 | 41 | 19 | 44 | 32 | 33 |
| Octal | 260 | 300 | 103 | 10 | 0 | 101 | 31 | 104 | 62 | 63 |
| Binary | 10110000 | 11000000 | 1000011 | 1000 | 0 | 1000001 | 11001 | 1000100 | 110010 | 110011 |
Color Harmonies of #B0C043
Complementary color
Monochromatic Colors of #B0C043
Black with #B0C043
Text Example
Text Example
White with #B0C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C043; }
p { color: rgb(176,192,67); }
H1.HeaderClassName
{
color: #B0C043;
}
.AnyTagClassName
{
color: #B0C043;
}
</style>
background-color css
<style>
a { background-color: #B0C043; }
a { background-color: rgb(176,192,67); }
div.DivClassName
{
background-color: #B0C043;
}
.BgClassName
{
background-color: #B0C043;
}
</style>
border-color css
<style>
span { border-color: #B0C043; }
span { border-color: rgb(176,192,67); }
td.TdClassName
{
border-color: #B0C043;
}
.TagClassName
{
border-color: #B0C043;
}
</style>