Shades of Celery #BBCD42
Tints of Celery #BBCD42
RGB
CMYK
RGB Variations
Color information
#BBCD42 (or 0xBBCD42) is known color: Celery. HEX triplet: BB, CD and 42. RGB value is (187,205,66). Sum of RGB (Red+Green+Blue) = 187+205+66=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD42 is #4432BD. Grayscale: #B8B8B8. Windows color (decimal): -4469438 or 4378043. OLE color: 4378043.
HSL color Cylindrical-coordinate representation of color #BBCD42: hue angle of 67.77º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBCD42 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 66 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.20 |
| HSL | 67.77º | 0.58% | 0.53% | - |
| HSV(B) | 67.77º | 0.68% | 0.8% | - |
| XYZ | 43.31 | 54.62 | 13.41 | - |
| YUV | 183.77 | 61.54 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 66 | 0.09 | 0 | 0.68 | 0.20 | 67.77 | 0.58 | 0.53 |
| Hex | BB | CD | 42 | 9 | 0 | 44 | 14 | 44 | 3A | 35 |
| Octal | 273 | 315 | 102 | 11 | 0 | 104 | 24 | 104 | 72 | 65 |
| Binary | 10111011 | 11001101 | 1000010 | 1001 | 0 | 1000100 | 10100 | 1000100 | 111010 | 110101 |
Color Harmonies of #BBCD42
Complementary color
Monochromatic Colors of #BBCD42
Black with #BBCD42
Text Example
Text Example
White with #BBCD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD42; }
p { color: rgb(187,205,66); }
H1.HeaderClassName
{
color: #BBCD42;
}
.AnyTagClassName
{
color: #BBCD42;
}
</style>
background-color css
<style>
a { background-color: #BBCD42; }
a { background-color: rgb(187,205,66); }
div.DivClassName
{
background-color: #BBCD42;
}
.BgClassName
{
background-color: #BBCD42;
}
</style>
border-color css
<style>
span { border-color: #BBCD42; }
span { border-color: rgb(187,205,66); }
td.TdClassName
{
border-color: #BBCD42;
}
.TagClassName
{
border-color: #BBCD42;
}
</style>