Shades of Celery #BBC14B
Tints of Celery #BBC14B
RGB
CMYK
RGB Variations
Color information
#BBC14B (or 0xBBC14B) is known color: Celery. HEX triplet: BB, C1 and 4B. RGB value is (187,193,75). Sum of RGB (Red+Green+Blue) = 187+193+75=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC14B is #443EB4. Grayscale: #B2B2B2. Windows color (decimal): -4472501 or 4964795. OLE color: 4964795.
HSL color Cylindrical-coordinate representation of color #BBC14B: hue angle of 63.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBC14B is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 75 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.24 |
| HSL | 63.05º | 0.49% | 0.53% | - |
| HSV(B) | 63.05º | 0.61% | 0.76% | - |
| XYZ | 40.83 | 49.21 | 14 | - |
| YUV | 177.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 75 | 0.03 | 0 | 0.61 | 0.24 | 63.05 | 0.49 | 0.53 |
| Hex | BB | C1 | 4B | 3 | 0 | 3D | 18 | 3F | 31 | 35 |
| Octal | 273 | 301 | 113 | 3 | 0 | 75 | 30 | 77 | 61 | 65 |
| Binary | 10111011 | 11000001 | 1001011 | 11 | 0 | 111101 | 11000 | 111111 | 110001 | 110101 |
Color Harmonies of #BBC14B
Complementary color
Monochromatic Colors of #BBC14B
Black with #BBC14B
Text Example
Text Example
White with #BBC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC14B; }
p { color: rgb(187,193,75); }
H1.HeaderClassName
{
color: #BBC14B;
}
.AnyTagClassName
{
color: #BBC14B;
}
</style>
background-color css
<style>
a { background-color: #BBC14B; }
a { background-color: rgb(187,193,75); }
div.DivClassName
{
background-color: #BBC14B;
}
.BgClassName
{
background-color: #BBC14B;
}
</style>
border-color css
<style>
span { border-color: #BBC14B; }
span { border-color: rgb(187,193,75); }
td.TdClassName
{
border-color: #BBC14B;
}
.TagClassName
{
border-color: #BBC14B;
}
</style>