Shades of Celery #BBCD4C
Tints of Celery #BBCD4C
RGB
CMYK
RGB Variations
Color information
#BBCD4C (or 0xBBCD4C) is known color: Celery. HEX triplet: BB, CD and 4C. RGB value is (187,205,76). Sum of RGB (Red+Green+Blue) = 187+205+76=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD4C is #4432B3. Grayscale: #B9B9B9. Windows color (decimal): -4469428 or 5033403. OLE color: 5033403.
HSL color Cylindrical-coordinate representation of color #BBCD4C: hue angle of 68.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBCD4C is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 76 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.20 |
| HSL | 68.37º | 0.56% | 0.55% | - |
| HSV(B) | 68.37º | 0.63% | 0.8% | - |
| XYZ | 43.63 | 54.75 | 15.11 | - |
| YUV | 184.91 | 66.54 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 76 | 0.09 | 0 | 0.63 | 0.20 | 68.37 | 0.56 | 0.55 |
| Hex | BB | CD | 4C | 9 | 0 | 3F | 14 | 44 | 38 | 37 |
| Octal | 273 | 315 | 114 | 11 | 0 | 77 | 24 | 104 | 70 | 67 |
| Binary | 10111011 | 11001101 | 1001100 | 1001 | 0 | 111111 | 10100 | 1000100 | 111000 | 110111 |
Color Harmonies of #BBCD4C
Complementary color
Monochromatic Colors of #BBCD4C
Black with #BBCD4C
Text Example
Text Example
White with #BBCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD4C; }
p { color: rgb(187,205,76); }
H1.HeaderClassName
{
color: #BBCD4C;
}
.AnyTagClassName
{
color: #BBCD4C;
}
</style>
background-color css
<style>
a { background-color: #BBCD4C; }
a { background-color: rgb(187,205,76); }
div.DivClassName
{
background-color: #BBCD4C;
}
.BgClassName
{
background-color: #BBCD4C;
}
</style>
border-color css
<style>
span { border-color: #BBCD4C; }
span { border-color: rgb(187,205,76); }
td.TdClassName
{
border-color: #BBCD4C;
}
.TagClassName
{
border-color: #BBCD4C;
}
</style>