Shades of Celery #B2C04A
Tints of Celery #B2C04A
RGB
CMYK
RGB Variations
Color information
#B2C04A (or 0xB2C04A) is known color: Celery. HEX triplet: B2, C0 and 4A. RGB value is (178,192,74). Sum of RGB (Red+Green+Blue) = 178+192+74=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C04A is #4D3FB5. Grayscale: #AEAEAE. Windows color (decimal): -5062582 or 4898994. OLE color: 4898994.
HSL color Cylindrical-coordinate representation of color #B2C04A: hue angle of 67.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2C04A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 74 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.25 |
| HSL | 67.12º | 0.48% | 0.52% | - |
| HSV(B) | 67.12º | 0.61% | 0.75% | - |
| XYZ | 38.45 | 47.66 | 13.65 | - |
| YUV | 174.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 74 | 0.07 | 0 | 0.61 | 0.25 | 67.12 | 0.48 | 0.52 |
| Hex | B2 | C0 | 4A | 7 | 0 | 3D | 19 | 43 | 30 | 34 |
| Octal | 262 | 300 | 112 | 7 | 0 | 75 | 31 | 103 | 60 | 64 |
| Binary | 10110010 | 11000000 | 1001010 | 111 | 0 | 111101 | 11001 | 1000011 | 110000 | 110100 |
Color Harmonies of #B2C04A
Complementary color
Monochromatic Colors of #B2C04A
Black with #B2C04A
Text Example
Text Example
White with #B2C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C04A; }
p { color: rgb(178,192,74); }
H1.HeaderClassName
{
color: #B2C04A;
}
.AnyTagClassName
{
color: #B2C04A;
}
</style>
background-color css
<style>
a { background-color: #B2C04A; }
a { background-color: rgb(178,192,74); }
div.DivClassName
{
background-color: #B2C04A;
}
.BgClassName
{
background-color: #B2C04A;
}
</style>
border-color css
<style>
span { border-color: #B2C04A; }
span { border-color: rgb(178,192,74); }
td.TdClassName
{
border-color: #B2C04A;
}
.TagClassName
{
border-color: #B2C04A;
}
</style>