Shades of Celery #B6BD36
Tints of Celery #B6BD36
RGB
CMYK
RGB Variations
Color information
#B6BD36 (or 0xB6BD36) is known color: Celery. HEX triplet: B6, BD and 36. RGB value is (182,189,54). Sum of RGB (Red+Green+Blue) = 182+189+54=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD36 is #4942C9. Grayscale: #ACACAC. Windows color (decimal): -4801226 or 3587510. OLE color: 3587510.
HSL color Cylindrical-coordinate representation of color #B6BD36: hue angle of 63.11º 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 #B6BD36 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 54 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.26 |
| HSL | 63.11º | 0.56% | 0.48% | - |
| HSV(B) | 63.11º | 0.71% | 0.74% | - |
| XYZ | 38.15 | 46.61 | 10.48 | - |
| YUV | 171.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 54 | 0.04 | 0 | 0.71 | 0.26 | 63.11 | 0.56 | 0.48 |
| Hex | B6 | BD | 36 | 4 | 0 | 47 | 1A | 3F | 38 | 30 |
| Octal | 266 | 275 | 66 | 4 | 0 | 107 | 32 | 77 | 70 | 60 |
| Binary | 10110110 | 10111101 | 110110 | 100 | 0 | 1000111 | 11010 | 111111 | 111000 | 110000 |
Color Harmonies of #B6BD36
Complementary color
Monochromatic Colors of #B6BD36
Black with #B6BD36
Text Example
Text Example
White with #B6BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD36; }
p { color: rgb(182,189,54); }
H1.HeaderClassName
{
color: #B6BD36;
}
.AnyTagClassName
{
color: #B6BD36;
}
</style>
background-color css
<style>
a { background-color: #B6BD36; }
a { background-color: rgb(182,189,54); }
div.DivClassName
{
background-color: #B6BD36;
}
.BgClassName
{
background-color: #B6BD36;
}
</style>
border-color css
<style>
span { border-color: #B6BD36; }
span { border-color: rgb(182,189,54); }
td.TdClassName
{
border-color: #B6BD36;
}
.TagClassName
{
border-color: #B6BD36;
}
</style>