Shades of Celery #B2C14A
Tints of Celery #B2C14A
RGB
CMYK
RGB Variations
Color information
#B2C14A (or 0xB2C14A) is known color: Celery. HEX triplet: B2, C1 and 4A. RGB value is (178,193,74). Sum of RGB (Red+Green+Blue) = 178+193+74=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C14A is #4D3EB5. Grayscale: #AFAFAF. Windows color (decimal): -5062326 or 4899250. OLE color: 4899250.
HSL color Cylindrical-coordinate representation of color #B2C14A: hue angle of 67.56º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2C14A is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 74 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.24 |
| HSL | 67.56º | 0.49% | 0.52% | - |
| HSV(B) | 67.56º | 0.62% | 0.76% | - |
| XYZ | 38.67 | 48.1 | 13.72 | - |
| YUV | 174.95 | 71.03 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 74 | 0.08 | 0 | 0.62 | 0.24 | 67.56 | 0.49 | 0.52 |
| Hex | B2 | C1 | 4A | 8 | 0 | 3E | 18 | 44 | 31 | 34 |
| Octal | 262 | 301 | 112 | 10 | 0 | 76 | 30 | 104 | 61 | 64 |
| Binary | 10110010 | 11000001 | 1001010 | 1000 | 0 | 111110 | 11000 | 1000100 | 110001 | 110100 |
Color Harmonies of #B2C14A
Complementary color
Monochromatic Colors of #B2C14A
Black with #B2C14A
Text Example
Text Example
White with #B2C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C14A; }
p { color: rgb(178,193,74); }
H1.HeaderClassName
{
color: #B2C14A;
}
.AnyTagClassName
{
color: #B2C14A;
}
</style>
background-color css
<style>
a { background-color: #B2C14A; }
a { background-color: rgb(178,193,74); }
div.DivClassName
{
background-color: #B2C14A;
}
.BgClassName
{
background-color: #B2C14A;
}
</style>
border-color css
<style>
span { border-color: #B2C14A; }
span { border-color: rgb(178,193,74); }
td.TdClassName
{
border-color: #B2C14A;
}
.TagClassName
{
border-color: #B2C14A;
}
</style>