Shades of Celery #B2C13E
Tints of Celery #B2C13E
RGB
CMYK
RGB Variations
Color information
#B2C13E (or 0xB2C13E) is known color: Celery. HEX triplet: B2, C1 and 3E. RGB value is (178,193,62). Sum of RGB (Red+Green+Blue) = 178+193+62=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C13E is #4D3EC1. Grayscale: #AEAEAE. Windows color (decimal): -5062338 or 4112818. OLE color: 4112818.
HSL color Cylindrical-coordinate representation of color #B2C13E: hue angle of 66.87º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2C13E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 62 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.24 |
| HSL | 66.87º | 0.51% | 0.5% | - |
| HSV(B) | 66.87º | 0.68% | 0.76% | - |
| XYZ | 38.3 | 47.95 | 11.79 | - |
| YUV | 173.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 62 | 0.08 | 0 | 0.68 | 0.24 | 66.87 | 0.51 | 0.5 |
| Hex | B2 | C1 | 3E | 8 | 0 | 44 | 18 | 43 | 33 | 32 |
| Octal | 262 | 301 | 76 | 10 | 0 | 104 | 30 | 103 | 63 | 62 |
| Binary | 10110010 | 11000001 | 111110 | 1000 | 0 | 1000100 | 11000 | 1000011 | 110011 | 110010 |
Color Harmonies of #B2C13E
Complementary color
Monochromatic Colors of #B2C13E
Black with #B2C13E
Text Example
Text Example
White with #B2C13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C13E; }
p { color: rgb(178,193,62); }
H1.HeaderClassName
{
color: #B2C13E;
}
.AnyTagClassName
{
color: #B2C13E;
}
</style>
background-color css
<style>
a { background-color: #B2C13E; }
a { background-color: rgb(178,193,62); }
div.DivClassName
{
background-color: #B2C13E;
}
.BgClassName
{
background-color: #B2C13E;
}
</style>
border-color css
<style>
span { border-color: #B2C13E; }
span { border-color: rgb(178,193,62); }
td.TdClassName
{
border-color: #B2C13E;
}
.TagClassName
{
border-color: #B2C13E;
}
</style>