Shades of Celery #BDBB3C
Tints of Celery #BDBB3C
RGB
CMYK
RGB Variations
Color information
#BDBB3C (or 0xBDBB3C) is known color: Celery. HEX triplet: BD, BB and 3C. RGB value is (189,187,60). Sum of RGB (Red+Green+Blue) = 189+187+60=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB3C is #4244C3. Grayscale: #ADADAD. Windows color (decimal): -4342980 or 3980221. OLE color: 3980221.
HSL color Cylindrical-coordinate representation of color #BDBB3C: hue angle of 59.07º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDBB3C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 60 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.26 |
| HSL | 59.07º | 0.52% | 0.49% | - |
| HSV(B) | 59.07º | 0.68% | 0.74% | - |
| XYZ | 39.57 | 46.69 | 11.2 | - |
| YUV | 173.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 60 | 0 | 0.01 | 0.68 | 0.26 | 59.07 | 0.52 | 0.49 |
| Hex | BD | BB | 3C | 0 | 1 | 44 | 1A | 3B | 34 | 31 |
| Octal | 275 | 273 | 74 | 0 | 1 | 104 | 32 | 73 | 64 | 61 |
| Binary | 10111101 | 10111011 | 111100 | 0 | 1 | 1000100 | 11010 | 111011 | 110100 | 110001 |
Color Harmonies of #BDBB3C
Complementary color
Monochromatic Colors of #BDBB3C
Black with #BDBB3C
Text Example
Text Example
White with #BDBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB3C; }
p { color: rgb(189,187,60); }
H1.HeaderClassName
{
color: #BDBB3C;
}
.AnyTagClassName
{
color: #BDBB3C;
}
</style>
background-color css
<style>
a { background-color: #BDBB3C; }
a { background-color: rgb(189,187,60); }
div.DivClassName
{
background-color: #BDBB3C;
}
.BgClassName
{
background-color: #BDBB3C;
}
</style>
border-color css
<style>
span { border-color: #BDBB3C; }
span { border-color: rgb(189,187,60); }
td.TdClassName
{
border-color: #BDBB3C;
}
.TagClassName
{
border-color: #BDBB3C;
}
</style>