Shades of Celery #BDB744
Tints of Celery #BDB744
RGB
CMYK
RGB Variations
Color information
#BDB744 (or 0xBDB744) is known color: Celery. HEX triplet: BD, B7 and 44. RGB value is (189,183,68). Sum of RGB (Red+Green+Blue) = 189+183+68=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB744 is #4248BB. Grayscale: #ACACAC. Windows color (decimal): -4343996 or 4503485. OLE color: 4503485.
HSL color Cylindrical-coordinate representation of color #BDB744: hue angle of 57.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDB744 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 68 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.26 |
| HSL | 57.02º | 0.48% | 0.5% | - |
| HSV(B) | 57.02º | 0.64% | 0.74% | - |
| XYZ | 38.96 | 45.1 | 12.12 | - |
| YUV | 171.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 68 | 0 | 0.03 | 0.64 | 0.26 | 57.02 | 0.48 | 0.5 |
| Hex | BD | B7 | 44 | 0 | 3 | 40 | 1A | 39 | 30 | 32 |
| Octal | 275 | 267 | 104 | 0 | 3 | 100 | 32 | 71 | 60 | 62 |
| Binary | 10111101 | 10110111 | 1000100 | 0 | 11 | 1000000 | 11010 | 111001 | 110000 | 110010 |
Color Harmonies of #BDB744
Complementary color
Monochromatic Colors of #BDB744
Black with #BDB744
Text Example
Text Example
White with #BDB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB744; }
p { color: rgb(189,183,68); }
H1.HeaderClassName
{
color: #BDB744;
}
.AnyTagClassName
{
color: #BDB744;
}
</style>
background-color css
<style>
a { background-color: #BDB744; }
a { background-color: rgb(189,183,68); }
div.DivClassName
{
background-color: #BDB744;
}
.BgClassName
{
background-color: #BDB744;
}
</style>
border-color css
<style>
span { border-color: #BDB744; }
span { border-color: rgb(189,183,68); }
td.TdClassName
{
border-color: #BDB744;
}
.TagClassName
{
border-color: #BDB744;
}
</style>