Shades of Celery #B2BC45
Tints of Celery #B2BC45
RGB
CMYK
RGB Variations
Color information
#B2BC45 (or 0xB2BC45) is known color: Celery. HEX triplet: B2, BC and 45. RGB value is (178,188,69). Sum of RGB (Red+Green+Blue) = 178+188+69=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC45 is #4D43BA. Grayscale: #ABABAB. Windows color (decimal): -5063611 or 4570290. OLE color: 4570290.
HSL color Cylindrical-coordinate representation of color #B2BC45: hue angle of 65.04º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2BC45 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 69 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.26 |
| HSL | 65.04º | 0.47% | 0.5% | - |
| HSV(B) | 65.04º | 0.63% | 0.74% | - |
| XYZ | 37.42 | 45.86 | 12.51 | - |
| YUV | 171.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 69 | 0.05 | 0 | 0.63 | 0.26 | 65.04 | 0.47 | 0.5 |
| Hex | B2 | BC | 45 | 5 | 0 | 3F | 1A | 41 | 2F | 32 |
| Octal | 262 | 274 | 105 | 5 | 0 | 77 | 32 | 101 | 57 | 62 |
| Binary | 10110010 | 10111100 | 1000101 | 101 | 0 | 111111 | 11010 | 1000001 | 101111 | 110010 |
Color Harmonies of #B2BC45
Complementary color
Monochromatic Colors of #B2BC45
Black with #B2BC45
Text Example
Text Example
White with #B2BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC45; }
p { color: rgb(178,188,69); }
H1.HeaderClassName
{
color: #B2BC45;
}
.AnyTagClassName
{
color: #B2BC45;
}
</style>
background-color css
<style>
a { background-color: #B2BC45; }
a { background-color: rgb(178,188,69); }
div.DivClassName
{
background-color: #B2BC45;
}
.BgClassName
{
background-color: #B2BC45;
}
</style>
border-color css
<style>
span { border-color: #B2BC45; }
span { border-color: rgb(178,188,69); }
td.TdClassName
{
border-color: #B2BC45;
}
.TagClassName
{
border-color: #B2BC45;
}
</style>