Shades of Celery #B2C04E
Tints of Celery #B2C04E
RGB
CMYK
RGB Variations
Color information
#B2C04E (or 0xB2C04E) is known color: Celery. HEX triplet: B2, C0 and 4E. RGB value is (178,192,78). Sum of RGB (Red+Green+Blue) = 178+192+78=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C04E is #4D3FB1. Grayscale: #AFAFAF. Windows color (decimal): -5062578 or 5161138. OLE color: 5161138.
HSL color Cylindrical-coordinate representation of color #B2C04E: hue angle of 67.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2C04E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 78 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.25 |
| HSL | 67.37º | 0.48% | 0.53% | - |
| HSV(B) | 67.37º | 0.59% | 0.75% | - |
| XYZ | 38.58 | 47.71 | 14.38 | - |
| YUV | 174.82 | 73.36 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 78 | 0.07 | 0 | 0.59 | 0.25 | 67.37 | 0.48 | 0.53 |
| Hex | B2 | C0 | 4E | 7 | 0 | 3B | 19 | 43 | 30 | 35 |
| Octal | 262 | 300 | 116 | 7 | 0 | 73 | 31 | 103 | 60 | 65 |
| Binary | 10110010 | 11000000 | 1001110 | 111 | 0 | 111011 | 11001 | 1000011 | 110000 | 110101 |
Color Harmonies of #B2C04E
Complementary color
Monochromatic Colors of #B2C04E
Black with #B2C04E
Text Example
Text Example
White with #B2C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C04E; }
p { color: rgb(178,192,78); }
H1.HeaderClassName
{
color: #B2C04E;
}
.AnyTagClassName
{
color: #B2C04E;
}
</style>
background-color css
<style>
a { background-color: #B2C04E; }
a { background-color: rgb(178,192,78); }
div.DivClassName
{
background-color: #B2C04E;
}
.BgClassName
{
background-color: #B2C04E;
}
</style>
border-color css
<style>
span { border-color: #B2C04E; }
span { border-color: rgb(178,192,78); }
td.TdClassName
{
border-color: #B2C04E;
}
.TagClassName
{
border-color: #B2C04E;
}
</style>