Shades of Celery #BBCC3F
Tints of Celery #BBCC3F
RGB
CMYK
RGB Variations
Color information
#BBCC3F (or 0xBBCC3F) is known color: Celery. HEX triplet: BB, CC and 3F. RGB value is (187,204,63). Sum of RGB (Red+Green+Blue) = 187+204+63=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC3F is #4433C0. Grayscale: #B7B7B7. Windows color (decimal): -4469697 or 4181179. OLE color: 4181179.
HSL color Cylindrical-coordinate representation of color #BBCC3F: hue angle of 67.23º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBCC3F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 63 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.2 |
| HSL | 67.23º | 0.58% | 0.52% | - |
| HSV(B) | 67.23º | 0.69% | 0.8% | - |
| XYZ | 42.98 | 54.11 | 12.88 | - |
| YUV | 182.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 63 | 0.08 | 0 | 0.69 | 0.2 | 67.23 | 0.58 | 0.52 |
| Hex | BB | CC | 3F | 8 | 0 | 45 | 14 | 43 | 3A | 34 |
| Octal | 273 | 314 | 77 | 10 | 0 | 105 | 24 | 103 | 72 | 64 |
| Binary | 10111011 | 11001100 | 111111 | 1000 | 0 | 1000101 | 10100 | 1000011 | 111010 | 110100 |
Color Harmonies of #BBCC3F
Complementary color
Monochromatic Colors of #BBCC3F
Black with #BBCC3F
Text Example
Text Example
White with #BBCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC3F; }
p { color: rgb(187,204,63); }
H1.HeaderClassName
{
color: #BBCC3F;
}
.AnyTagClassName
{
color: #BBCC3F;
}
</style>
background-color css
<style>
a { background-color: #BBCC3F; }
a { background-color: rgb(187,204,63); }
div.DivClassName
{
background-color: #BBCC3F;
}
.BgClassName
{
background-color: #BBCC3F;
}
</style>
border-color css
<style>
span { border-color: #BBCC3F; }
span { border-color: rgb(187,204,63); }
td.TdClassName
{
border-color: #BBCC3F;
}
.TagClassName
{
border-color: #BBCC3F;
}
</style>