Shades of Celery #BDBB3E
Tints of Celery #BDBB3E
RGB
CMYK
RGB Variations
Color information
#BDBB3E (or 0xBDBB3E) is known color: Celery. HEX triplet: BD, BB and 3E. RGB value is (189,187,62). Sum of RGB (Red+Green+Blue) = 189+187+62=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB3E is #4244C1. Grayscale: #ADADAD. Windows color (decimal): -4342978 or 4111293. OLE color: 4111293.
HSL color Cylindrical-coordinate representation of color #BDBB3E: hue angle of 59.06º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDBB3E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 62 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.26 |
| HSL | 59.06º | 0.51% | 0.49% | - |
| HSV(B) | 59.06º | 0.67% | 0.74% | - |
| XYZ | 39.63 | 46.71 | 11.48 | - |
| YUV | 173.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 62 | 0 | 0.01 | 0.67 | 0.26 | 59.06 | 0.51 | 0.49 |
| Hex | BD | BB | 3E | 0 | 1 | 43 | 1A | 3B | 33 | 31 |
| Octal | 275 | 273 | 76 | 0 | 1 | 103 | 32 | 73 | 63 | 61 |
| Binary | 10111101 | 10111011 | 111110 | 0 | 1 | 1000011 | 11010 | 111011 | 110011 | 110001 |
Color Harmonies of #BDBB3E
Complementary color
Monochromatic Colors of #BDBB3E
Black with #BDBB3E
Text Example
Text Example
White with #BDBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB3E; }
p { color: rgb(189,187,62); }
H1.HeaderClassName
{
color: #BDBB3E;
}
.AnyTagClassName
{
color: #BDBB3E;
}
</style>
background-color css
<style>
a { background-color: #BDBB3E; }
a { background-color: rgb(189,187,62); }
div.DivClassName
{
background-color: #BDBB3E;
}
.BgClassName
{
background-color: #BDBB3E;
}
</style>
border-color css
<style>
span { border-color: #BDBB3E; }
span { border-color: rgb(189,187,62); }
td.TdClassName
{
border-color: #BDBB3E;
}
.TagClassName
{
border-color: #BDBB3E;
}
</style>