Shades of Celery #B2BD36
Tints of Celery #B2BD36
RGB
CMYK
RGB Variations
Color information
#B2BD36 (or 0xB2BD36) is known color: Celery. HEX triplet: B2, BD and 36. RGB value is (178,189,54). Sum of RGB (Red+Green+Blue) = 178+189+54=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD36 is #4D42C9. Grayscale: #AAAAAA. Windows color (decimal): -5063370 or 3587506. OLE color: 3587506.
HSL color Cylindrical-coordinate representation of color #B2BD36: hue angle of 64.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2BD36 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 54 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.26 |
| HSL | 64.89º | 0.56% | 0.48% | - |
| HSV(B) | 64.89º | 0.71% | 0.74% | - |
| XYZ | 37.22 | 46.13 | 10.43 | - |
| YUV | 170.32 | 62.36 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 54 | 0.06 | 0 | 0.71 | 0.26 | 64.89 | 0.56 | 0.48 |
| Hex | B2 | BD | 36 | 6 | 0 | 47 | 1A | 41 | 38 | 30 |
| Octal | 262 | 275 | 66 | 6 | 0 | 107 | 32 | 101 | 70 | 60 |
| Binary | 10110010 | 10111101 | 110110 | 110 | 0 | 1000111 | 11010 | 1000001 | 111000 | 110000 |
Color Harmonies of #B2BD36
Complementary color
Monochromatic Colors of #B2BD36
Black with #B2BD36
Text Example
Text Example
White with #B2BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD36; }
p { color: rgb(178,189,54); }
H1.HeaderClassName
{
color: #B2BD36;
}
.AnyTagClassName
{
color: #B2BD36;
}
</style>
background-color css
<style>
a { background-color: #B2BD36; }
a { background-color: rgb(178,189,54); }
div.DivClassName
{
background-color: #B2BD36;
}
.BgClassName
{
background-color: #B2BD36;
}
</style>
border-color css
<style>
span { border-color: #B2BD36; }
span { border-color: rgb(178,189,54); }
td.TdClassName
{
border-color: #B2BD36;
}
.TagClassName
{
border-color: #B2BD36;
}
</style>