Shades of Celery #BBBD4B
Tints of Celery #BBBD4B
RGB
CMYK
RGB Variations
Color information
#BBBD4B (or 0xBBBD4B) is known color: Celery. HEX triplet: BB, BD and 4B. RGB value is (187,189,75). Sum of RGB (Red+Green+Blue) = 187+189+75=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD4B is #4442B4. Grayscale: #AFAFAF. Windows color (decimal): -4473525 or 4963771. OLE color: 4963771.
HSL color Cylindrical-coordinate representation of color #BBBD4B: hue angle of 61.05º 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 #BBBD4B is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 75 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.26 |
| HSL | 61.05º | 0.46% | 0.52% | - |
| HSV(B) | 61.05º | 0.6% | 0.74% | - |
| XYZ | 39.96 | 47.47 | 13.71 | - |
| YUV | 175.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 75 | 0.01 | 0 | 0.60 | 0.26 | 61.05 | 0.46 | 0.52 |
| Hex | BB | BD | 4B | 1 | 0 | 3C | 1A | 3D | 2E | 34 |
| Octal | 273 | 275 | 113 | 1 | 0 | 74 | 32 | 75 | 56 | 64 |
| Binary | 10111011 | 10111101 | 1001011 | 1 | 0 | 111100 | 11010 | 111101 | 101110 | 110100 |
Color Harmonies of #BBBD4B
Complementary color
Monochromatic Colors of #BBBD4B
Black with #BBBD4B
Text Example
Text Example
White with #BBBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD4B; }
p { color: rgb(187,189,75); }
H1.HeaderClassName
{
color: #BBBD4B;
}
.AnyTagClassName
{
color: #BBBD4B;
}
</style>
background-color css
<style>
a { background-color: #BBBD4B; }
a { background-color: rgb(187,189,75); }
div.DivClassName
{
background-color: #BBBD4B;
}
.BgClassName
{
background-color: #BBBD4B;
}
</style>
border-color css
<style>
span { border-color: #BBBD4B; }
span { border-color: rgb(187,189,75); }
td.TdClassName
{
border-color: #BBBD4B;
}
.TagClassName
{
border-color: #BBBD4B;
}
</style>