Shades of Celery #B1BD42
Tints of Celery #B1BD42
RGB
CMYK
RGB Variations
Color information
#B1BD42 (or 0xB1BD42) is known color: Celery. HEX triplet: B1, BD and 42. RGB value is (177,189,66). Sum of RGB (Red+Green+Blue) = 177+189+66=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD42 is #4E42BD. Grayscale: #ABABAB. Windows color (decimal): -5128894 or 4373937. OLE color: 4373937.
HSL color Cylindrical-coordinate representation of color #B1BD42: hue angle of 65.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1BD42 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 66 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.26 |
| HSL | 65.85º | 0.48% | 0.5% | - |
| HSV(B) | 65.85º | 0.65% | 0.74% | - |
| XYZ | 37.31 | 46.14 | 12.09 | - |
| YUV | 171.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 66 | 0.06 | 0 | 0.65 | 0.26 | 65.85 | 0.48 | 0.5 |
| Hex | B1 | BD | 42 | 6 | 0 | 41 | 1A | 42 | 30 | 32 |
| Octal | 261 | 275 | 102 | 6 | 0 | 101 | 32 | 102 | 60 | 62 |
| Binary | 10110001 | 10111101 | 1000010 | 110 | 0 | 1000001 | 11010 | 1000010 | 110000 | 110010 |
Color Harmonies of #B1BD42
Complementary color
Monochromatic Colors of #B1BD42
Black with #B1BD42
Text Example
Text Example
White with #B1BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD42; }
p { color: rgb(177,189,66); }
H1.HeaderClassName
{
color: #B1BD42;
}
.AnyTagClassName
{
color: #B1BD42;
}
</style>
background-color css
<style>
a { background-color: #B1BD42; }
a { background-color: rgb(177,189,66); }
div.DivClassName
{
background-color: #B1BD42;
}
.BgClassName
{
background-color: #B1BD42;
}
</style>
border-color css
<style>
span { border-color: #B1BD42; }
span { border-color: rgb(177,189,66); }
td.TdClassName
{
border-color: #B1BD42;
}
.TagClassName
{
border-color: #B1BD42;
}
</style>