Shades of Celery #B2CE4D
Tints of Celery #B2CE4D
RGB
CMYK
RGB Variations
Color information
#B2CE4D (or 0xB2CE4D) is known color: Celery. HEX triplet: B2, CE and 4D. RGB value is (178,206,77). Sum of RGB (Red+Green+Blue) = 178+206+77=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE4D is #4D31B2. Grayscale: #B7B7B7. Windows color (decimal): -5058995 or 5099186. OLE color: 5099186.
HSL color Cylindrical-coordinate representation of color #B2CE4D: hue angle of 73.02º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2CE4D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 77 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.19 |
| HSL | 73.02º | 0.57% | 0.55% | - |
| HSV(B) | 73.02º | 0.63% | 0.81% | - |
| XYZ | 41.77 | 54.14 | 15.27 | - |
| YUV | 182.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 77 | 0.14 | 0 | 0.63 | 0.19 | 73.02 | 0.57 | 0.55 |
| Hex | B2 | CE | 4D | E | 0 | 3F | 13 | 49 | 39 | 37 |
| Octal | 262 | 316 | 115 | 16 | 0 | 77 | 23 | 111 | 71 | 67 |
| Binary | 10110010 | 11001110 | 1001101 | 1110 | 0 | 111111 | 10011 | 1001001 | 111001 | 110111 |
Color Harmonies of #B2CE4D
Complementary color
Monochromatic Colors of #B2CE4D
Black with #B2CE4D
Text Example
Text Example
White with #B2CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE4D; }
p { color: rgb(178,206,77); }
H1.HeaderClassName
{
color: #B2CE4D;
}
.AnyTagClassName
{
color: #B2CE4D;
}
</style>
background-color css
<style>
a { background-color: #B2CE4D; }
a { background-color: rgb(178,206,77); }
div.DivClassName
{
background-color: #B2CE4D;
}
.BgClassName
{
background-color: #B2CE4D;
}
</style>
border-color css
<style>
span { border-color: #B2CE4D; }
span { border-color: rgb(178,206,77); }
td.TdClassName
{
border-color: #B2CE4D;
}
.TagClassName
{
border-color: #B2CE4D;
}
</style>