Shades of Celery #B0C33F
Tints of Celery #B0C33F
RGB
CMYK
RGB Variations
Color information
#B0C33F (or 0xB0C33F) is known color: Celery. HEX triplet: B0, C3 and 3F. RGB value is (176,195,63). Sum of RGB (Red+Green+Blue) = 176+195+63=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C33F is #4F3CC0. Grayscale: #AEAEAE. Windows color (decimal): -5192897 or 4178864. OLE color: 4178864.
HSL color Cylindrical-coordinate representation of color #B0C33F: hue angle of 68.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0C33F is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 63 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.24 |
| HSL | 68.64º | 0.52% | 0.51% | - |
| HSV(B) | 68.64º | 0.68% | 0.76% | - |
| XYZ | 38.32 | 48.62 | 12.07 | - |
| YUV | 174.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 63 | 0.10 | 0 | 0.68 | 0.24 | 68.64 | 0.52 | 0.51 |
| Hex | B0 | C3 | 3F | A | 0 | 44 | 18 | 45 | 34 | 33 |
| Octal | 260 | 303 | 77 | 12 | 0 | 104 | 30 | 105 | 64 | 63 |
| Binary | 10110000 | 11000011 | 111111 | 1010 | 0 | 1000100 | 11000 | 1000101 | 110100 | 110011 |
Color Harmonies of #B0C33F
Complementary color
Monochromatic Colors of #B0C33F
Black with #B0C33F
Text Example
Text Example
White with #B0C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C33F; }
p { color: rgb(176,195,63); }
H1.HeaderClassName
{
color: #B0C33F;
}
.AnyTagClassName
{
color: #B0C33F;
}
</style>
background-color css
<style>
a { background-color: #B0C33F; }
a { background-color: rgb(176,195,63); }
div.DivClassName
{
background-color: #B0C33F;
}
.BgClassName
{
background-color: #B0C33F;
}
</style>
border-color css
<style>
span { border-color: #B0C33F; }
span { border-color: rgb(176,195,63); }
td.TdClassName
{
border-color: #B0C33F;
}
.TagClassName
{
border-color: #B0C33F;
}
</style>