Shades of Celery #BBC752
Tints of Celery #BBC752
RGB
CMYK
RGB Variations
Color information
#BBC752 (or 0xBBC752) is known color: Celery. HEX triplet: BB, C7 and 52. RGB value is (187,199,82). Sum of RGB (Red+Green+Blue) = 187+199+82=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC752 is #4438AD. Grayscale: #B6B6B6. Windows color (decimal): -4470958 or 5425083. OLE color: 5425083.
HSL color Cylindrical-coordinate representation of color #BBC752: hue angle of 66.15º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBC752 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 82 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.22 |
| HSL | 66.15º | 0.51% | 0.55% | - |
| HSV(B) | 66.15º | 0.59% | 0.78% | - |
| XYZ | 42.44 | 52.02 | 15.79 | - |
| YUV | 182.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 82 | 0.06 | 0 | 0.59 | 0.22 | 66.15 | 0.51 | 0.55 |
| Hex | BB | C7 | 52 | 6 | 0 | 3B | 16 | 42 | 33 | 37 |
| Octal | 273 | 307 | 122 | 6 | 0 | 73 | 26 | 102 | 63 | 67 |
| Binary | 10111011 | 11000111 | 1010010 | 110 | 0 | 111011 | 10110 | 1000010 | 110011 | 110111 |
Color Harmonies of #BBC752
Complementary color
Monochromatic Colors of #BBC752
Black with #BBC752
Text Example
Text Example
White with #BBC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC752; }
p { color: rgb(187,199,82); }
H1.HeaderClassName
{
color: #BBC752;
}
.AnyTagClassName
{
color: #BBC752;
}
</style>
background-color css
<style>
a { background-color: #BBC752; }
a { background-color: rgb(187,199,82); }
div.DivClassName
{
background-color: #BBC752;
}
.BgClassName
{
background-color: #BBC752;
}
</style>
border-color css
<style>
span { border-color: #BBC752; }
span { border-color: rgb(187,199,82); }
td.TdClassName
{
border-color: #BBC752;
}
.TagClassName
{
border-color: #BBC752;
}
</style>