Shades of Celery #BBCE4F
Tints of Celery #BBCE4F
RGB
CMYK
RGB Variations
Color information
#BBCE4F (or 0xBBCE4F) is known color: Celery. HEX triplet: BB, CE and 4F. RGB value is (187,206,79). Sum of RGB (Red+Green+Blue) = 187+206+79=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE4F is #4431B0. Grayscale: #BABABA. Windows color (decimal): -4469169 or 5230267. OLE color: 5230267.
HSL color Cylindrical-coordinate representation of color #BBCE4F: hue angle of 68.98º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBCE4F is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 79 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.19 |
| HSL | 68.98º | 0.56% | 0.56% | - |
| HSV(B) | 68.98º | 0.62% | 0.81% | - |
| XYZ | 43.98 | 55.27 | 15.75 | - |
| YUV | 185.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 79 | 0.09 | 0 | 0.62 | 0.19 | 68.98 | 0.56 | 0.56 |
| Hex | BB | CE | 4F | 9 | 0 | 3E | 13 | 45 | 38 | 38 |
| Octal | 273 | 316 | 117 | 11 | 0 | 76 | 23 | 105 | 70 | 70 |
| Binary | 10111011 | 11001110 | 1001111 | 1001 | 0 | 111110 | 10011 | 1000101 | 111000 | 111000 |
Color Harmonies of #BBCE4F
Complementary color
Monochromatic Colors of #BBCE4F
Black with #BBCE4F
Text Example
Text Example
White with #BBCE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE4F; }
p { color: rgb(187,206,79); }
H1.HeaderClassName
{
color: #BBCE4F;
}
.AnyTagClassName
{
color: #BBCE4F;
}
</style>
background-color css
<style>
a { background-color: #BBCE4F; }
a { background-color: rgb(187,206,79); }
div.DivClassName
{
background-color: #BBCE4F;
}
.BgClassName
{
background-color: #BBCE4F;
}
</style>
border-color css
<style>
span { border-color: #BBCE4F; }
span { border-color: rgb(187,206,79); }
td.TdClassName
{
border-color: #BBCE4F;
}
.TagClassName
{
border-color: #BBCE4F;
}
</style>