Shades of Celery #B2D045
Tints of Celery #B2D045
RGB
CMYK
RGB Variations
Color information
#B2D045 (or 0xB2D045) is known color: Celery. HEX triplet: B2, D0 and 45. RGB value is (178,208,69). Sum of RGB (Red+Green+Blue) = 178+208+69=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D045 is #4D2FBA. Grayscale: #B7B7B7. Windows color (decimal): -5058491 or 4575410. OLE color: 4575410.
HSL color Cylindrical-coordinate representation of color #B2D045: hue angle of 72.95º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2D045 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 69 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.18 |
| HSL | 72.95º | 0.6% | 0.54% | - |
| HSV(B) | 72.95º | 0.67% | 0.82% | - |
| XYZ | 41.99 | 55.01 | 14.03 | - |
| YUV | 183.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 69 | 0.14 | 0 | 0.67 | 0.18 | 72.95 | 0.6 | 0.54 |
| Hex | B2 | D0 | 45 | E | 0 | 43 | 12 | 49 | 3C | 36 |
| Octal | 262 | 320 | 105 | 16 | 0 | 103 | 22 | 111 | 74 | 66 |
| Binary | 10110010 | 11010000 | 1000101 | 1110 | 0 | 1000011 | 10010 | 1001001 | 111100 | 110110 |
Color Harmonies of #B2D045
Complementary color
Monochromatic Colors of #B2D045
Black with #B2D045
Text Example
Text Example
White with #B2D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D045; }
p { color: rgb(178,208,69); }
H1.HeaderClassName
{
color: #B2D045;
}
.AnyTagClassName
{
color: #B2D045;
}
</style>
background-color css
<style>
a { background-color: #B2D045; }
a { background-color: rgb(178,208,69); }
div.DivClassName
{
background-color: #B2D045;
}
.BgClassName
{
background-color: #B2D045;
}
</style>
border-color css
<style>
span { border-color: #B2D045; }
span { border-color: rgb(178,208,69); }
td.TdClassName
{
border-color: #B2D045;
}
.TagClassName
{
border-color: #B2D045;
}
</style>