Shades of Celery #BBC73A
Tints of Celery #BBC73A
RGB
CMYK
RGB Variations
Color information
#BBC73A (or 0xBBC73A) is known color: Celery. HEX triplet: BB, C7 and 3A. RGB value is (187,199,58). Sum of RGB (Red+Green+Blue) = 187+199+58=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC73A is #4438C5. Grayscale: #B3B3B3. Windows color (decimal): -4470982 or 3852219. OLE color: 3852219.
HSL color Cylindrical-coordinate representation of color #BBC73A: hue angle of 65.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBC73A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 58 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.22 |
| HSL | 65.11º | 0.56% | 0.5% | - |
| HSV(B) | 65.11º | 0.71% | 0.78% | - |
| XYZ | 41.68 | 51.72 | 11.79 | - |
| YUV | 179.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 58 | 0.06 | 0 | 0.71 | 0.22 | 65.11 | 0.56 | 0.5 |
| Hex | BB | C7 | 3A | 6 | 0 | 47 | 16 | 41 | 38 | 32 |
| Octal | 273 | 307 | 72 | 6 | 0 | 107 | 26 | 101 | 70 | 62 |
| Binary | 10111011 | 11000111 | 111010 | 110 | 0 | 1000111 | 10110 | 1000001 | 111000 | 110010 |
Color Harmonies of #BBC73A
Complementary color
Monochromatic Colors of #BBC73A
Black with #BBC73A
Text Example
Text Example
White with #BBC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC73A; }
p { color: rgb(187,199,58); }
H1.HeaderClassName
{
color: #BBC73A;
}
.AnyTagClassName
{
color: #BBC73A;
}
</style>
background-color css
<style>
a { background-color: #BBC73A; }
a { background-color: rgb(187,199,58); }
div.DivClassName
{
background-color: #BBC73A;
}
.BgClassName
{
background-color: #BBC73A;
}
</style>
border-color css
<style>
span { border-color: #BBC73A; }
span { border-color: rgb(187,199,58); }
td.TdClassName
{
border-color: #BBC73A;
}
.TagClassName
{
border-color: #BBC73A;
}
</style>