Shades of Celery #B2C43F
Tints of Celery #B2C43F
RGB
CMYK
RGB Variations
Color information
#B2C43F (or 0xB2C43F) is known color: Celery. HEX triplet: B2, C4 and 3F. RGB value is (178,196,63). Sum of RGB (Red+Green+Blue) = 178+196+63=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C43F is #4D3BC0. Grayscale: #AFAFAF. Windows color (decimal): -5061569 or 4179122. OLE color: 4179122.
HSL color Cylindrical-coordinate representation of color #B2C43F: hue angle of 68.12º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2C43F is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 63 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.23 |
| HSL | 68.12º | 0.53% | 0.51% | - |
| HSV(B) | 68.12º | 0.68% | 0.77% | - |
| XYZ | 39 | 49.3 | 12.16 | - |
| YUV | 175.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 63 | 0.09 | 0 | 0.68 | 0.23 | 68.12 | 0.53 | 0.51 |
| Hex | B2 | C4 | 3F | 9 | 0 | 44 | 17 | 44 | 35 | 33 |
| Octal | 262 | 304 | 77 | 11 | 0 | 104 | 27 | 104 | 65 | 63 |
| Binary | 10110010 | 11000100 | 111111 | 1001 | 0 | 1000100 | 10111 | 1000100 | 110101 | 110011 |
Color Harmonies of #B2C43F
Complementary color
Monochromatic Colors of #B2C43F
Black with #B2C43F
Text Example
Text Example
White with #B2C43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C43F; }
p { color: rgb(178,196,63); }
H1.HeaderClassName
{
color: #B2C43F;
}
.AnyTagClassName
{
color: #B2C43F;
}
</style>
background-color css
<style>
a { background-color: #B2C43F; }
a { background-color: rgb(178,196,63); }
div.DivClassName
{
background-color: #B2C43F;
}
.BgClassName
{
background-color: #B2C43F;
}
</style>
border-color css
<style>
span { border-color: #B2C43F; }
span { border-color: rgb(178,196,63); }
td.TdClassName
{
border-color: #B2C43F;
}
.TagClassName
{
border-color: #B2C43F;
}
</style>