Shades of Celery #B0C03F
Tints of Celery #B0C03F
RGB
CMYK
RGB Variations
Color information
#B0C03F (or 0xB0C03F) is known color: Celery. HEX triplet: B0, C0 and 3F. RGB value is (176,192,63). Sum of RGB (Red+Green+Blue) = 176+192+63=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C03F is #4F3FC0. Grayscale: #ADADAD. Windows color (decimal): -5193665 or 4178096. OLE color: 4178096.
HSL color Cylindrical-coordinate representation of color #B0C03F: hue angle of 67.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0C03F is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 63 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.25 |
| HSL | 67.44º | 0.51% | 0.5% | - |
| HSV(B) | 67.44º | 0.67% | 0.75% | - |
| XYZ | 37.65 | 47.29 | 11.85 | - |
| YUV | 172.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 63 | 0.08 | 0 | 0.67 | 0.25 | 67.44 | 0.51 | 0.5 |
| Hex | B0 | C0 | 3F | 8 | 0 | 43 | 19 | 43 | 33 | 32 |
| Octal | 260 | 300 | 77 | 10 | 0 | 103 | 31 | 103 | 63 | 62 |
| Binary | 10110000 | 11000000 | 111111 | 1000 | 0 | 1000011 | 11001 | 1000011 | 110011 | 110010 |
Color Harmonies of #B0C03F
Complementary color
Monochromatic Colors of #B0C03F
Black with #B0C03F
Text Example
Text Example
White with #B0C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C03F; }
p { color: rgb(176,192,63); }
H1.HeaderClassName
{
color: #B0C03F;
}
.AnyTagClassName
{
color: #B0C03F;
}
</style>
background-color css
<style>
a { background-color: #B0C03F; }
a { background-color: rgb(176,192,63); }
div.DivClassName
{
background-color: #B0C03F;
}
.BgClassName
{
background-color: #B0C03F;
}
</style>
border-color css
<style>
span { border-color: #B0C03F; }
span { border-color: rgb(176,192,63); }
td.TdClassName
{
border-color: #B0C03F;
}
.TagClassName
{
border-color: #B0C03F;
}
</style>