Shades of Celery #B2C14D
Tints of Celery #B2C14D
RGB
CMYK
RGB Variations
Color information
#B2C14D (or 0xB2C14D) is known color: Celery. HEX triplet: B2, C1 and 4D. RGB value is (178,193,77). Sum of RGB (Red+Green+Blue) = 178+193+77=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C14D is #4D3EB2. Grayscale: #AFAFAF. Windows color (decimal): -5062323 or 5095858. OLE color: 5095858.
HSL color Cylindrical-coordinate representation of color #B2C14D: hue angle of 67.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C14D is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 77 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.24 |
| HSL | 67.76º | 0.48% | 0.53% | - |
| HSV(B) | 67.76º | 0.6% | 0.76% | - |
| XYZ | 38.77 | 48.14 | 14.27 | - |
| YUV | 175.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 77 | 0.08 | 0 | 0.60 | 0.24 | 67.76 | 0.48 | 0.53 |
| Hex | B2 | C1 | 4D | 8 | 0 | 3C | 18 | 44 | 30 | 35 |
| Octal | 262 | 301 | 115 | 10 | 0 | 74 | 30 | 104 | 60 | 65 |
| Binary | 10110010 | 11000001 | 1001101 | 1000 | 0 | 111100 | 11000 | 1000100 | 110000 | 110101 |
Color Harmonies of #B2C14D
Complementary color
Monochromatic Colors of #B2C14D
Black with #B2C14D
Text Example
Text Example
White with #B2C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C14D; }
p { color: rgb(178,193,77); }
H1.HeaderClassName
{
color: #B2C14D;
}
.AnyTagClassName
{
color: #B2C14D;
}
</style>
background-color css
<style>
a { background-color: #B2C14D; }
a { background-color: rgb(178,193,77); }
div.DivClassName
{
background-color: #B2C14D;
}
.BgClassName
{
background-color: #B2C14D;
}
</style>
border-color css
<style>
span { border-color: #B2C14D; }
span { border-color: rgb(178,193,77); }
td.TdClassName
{
border-color: #B2C14D;
}
.TagClassName
{
border-color: #B2C14D;
}
</style>