Shades of Celery #BDBD3E
Tints of Celery #BDBD3E
RGB
CMYK
RGB Variations
Color information
#BDBD3E (or 0xBDBD3E) is known color: Celery. HEX triplet: BD, BD and 3E. RGB value is (189,189,62). Sum of RGB (Red+Green+Blue) = 189+189+62=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD3E is #4242C1. Grayscale: #AFAFAF. Windows color (decimal): -4342466 or 4111805. OLE color: 4111805.
HSL color Cylindrical-coordinate representation of color #BDBD3E: hue angle of 60º 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 #BDBD3E is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 62 | - |
| CMYK | 0 | 0 | 0.67 | 0.26 |
| HSL | 60º | 0.51% | 0.49% | - |
| HSV(B) | 60º | 0.67% | 0.74% | - |
| XYZ | 40.05 | 47.56 | 11.63 | - |
| YUV | 174.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 62 | 0 | 0 | 0.67 | 0.26 | 60 | 0.51 | 0.49 |
| Hex | BD | BD | 3E | 0 | 0 | 43 | 1A | 3C | 33 | 31 |
| Octal | 275 | 275 | 76 | 0 | 0 | 103 | 32 | 74 | 63 | 61 |
| Binary | 10111101 | 10111101 | 111110 | 0 | 0 | 1000011 | 11010 | 111100 | 110011 | 110001 |
Color Harmonies of #BDBD3E
Complementary color
Monochromatic Colors of #BDBD3E
Black with #BDBD3E
Text Example
Text Example
White with #BDBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD3E; }
p { color: rgb(189,189,62); }
H1.HeaderClassName
{
color: #BDBD3E;
}
.AnyTagClassName
{
color: #BDBD3E;
}
</style>
background-color css
<style>
a { background-color: #BDBD3E; }
a { background-color: rgb(189,189,62); }
div.DivClassName
{
background-color: #BDBD3E;
}
.BgClassName
{
background-color: #BDBD3E;
}
</style>
border-color css
<style>
span { border-color: #BDBD3E; }
span { border-color: rgb(189,189,62); }
td.TdClassName
{
border-color: #BDBD3E;
}
.TagClassName
{
border-color: #BDBD3E;
}
</style>