Shades of Celery #BDBD4B
Tints of Celery #BDBD4B
RGB
CMYK
RGB Variations
Color information
#BDBD4B (or 0xBDBD4B) is known color: Celery. HEX triplet: BD, BD and 4B. RGB value is (189,189,75). Sum of RGB (Red+Green+Blue) = 189+189+75=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD4B is #4242B4. Grayscale: #B0B0B0. Windows color (decimal): -4342453 or 4963773. OLE color: 4963773.
HSL color Cylindrical-coordinate representation of color #BDBD4B: hue angle of 60º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDBD4B is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 75 | - |
| CMYK | 0 | 0 | 0.60 | 0.26 |
| HSL | 60º | 0.46% | 0.52% | - |
| HSV(B) | 60º | 0.6% | 0.74% | - |
| XYZ | 40.45 | 47.72 | 13.74 | - |
| YUV | 176 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 75 | 0 | 0 | 0.60 | 0.26 | 60 | 0.46 | 0.52 |
| Hex | BD | BD | 4B | 0 | 0 | 3C | 1A | 3C | 2E | 34 |
| Octal | 275 | 275 | 113 | 0 | 0 | 74 | 32 | 74 | 56 | 64 |
| Binary | 10111101 | 10111101 | 1001011 | 0 | 0 | 111100 | 11010 | 111100 | 101110 | 110100 |
Color Harmonies of #BDBD4B
Complementary color
Monochromatic Colors of #BDBD4B
Black with #BDBD4B
Text Example
Text Example
White with #BDBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD4B; }
p { color: rgb(189,189,75); }
H1.HeaderClassName
{
color: #BDBD4B;
}
.AnyTagClassName
{
color: #BDBD4B;
}
</style>
background-color css
<style>
a { background-color: #BDBD4B; }
a { background-color: rgb(189,189,75); }
div.DivClassName
{
background-color: #BDBD4B;
}
.BgClassName
{
background-color: #BDBD4B;
}
</style>
border-color css
<style>
span { border-color: #BDBD4B; }
span { border-color: rgb(189,189,75); }
td.TdClassName
{
border-color: #BDBD4B;
}
.TagClassName
{
border-color: #BDBD4B;
}
</style>