Shades of Celery #BFCC45
Tints of Celery #BFCC45
RGB
CMYK
RGB Variations
Color information
#BFCC45 (or 0xBFCC45) is known color: Celery. HEX triplet: BF, CC and 45. RGB value is (191,204,69). Sum of RGB (Red+Green+Blue) = 191+204+69=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC45 is #4033BA. Grayscale: #B9B9B9. Windows color (decimal): -4207547 or 4574399. OLE color: 4574399.
HSL color Cylindrical-coordinate representation of color #BFCC45: hue angle of 65.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFCC45 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 69 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.2 |
| HSL | 65.78º | 0.57% | 0.54% | - |
| HSV(B) | 65.78º | 0.66% | 0.8% | - |
| XYZ | 44.15 | 54.69 | 13.86 | - |
| YUV | 184.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 69 | 0.06 | 0 | 0.66 | 0.2 | 65.78 | 0.57 | 0.54 |
| Hex | BF | CC | 45 | 6 | 0 | 42 | 14 | 42 | 39 | 36 |
| Octal | 277 | 314 | 105 | 6 | 0 | 102 | 24 | 102 | 71 | 66 |
| Binary | 10111111 | 11001100 | 1000101 | 110 | 0 | 1000010 | 10100 | 1000010 | 111001 | 110110 |
Color Harmonies of #BFCC45
Complementary color
Monochromatic Colors of #BFCC45
Black with #BFCC45
Text Example
Text Example
White with #BFCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC45; }
p { color: rgb(191,204,69); }
H1.HeaderClassName
{
color: #BFCC45;
}
.AnyTagClassName
{
color: #BFCC45;
}
</style>
background-color css
<style>
a { background-color: #BFCC45; }
a { background-color: rgb(191,204,69); }
div.DivClassName
{
background-color: #BFCC45;
}
.BgClassName
{
background-color: #BFCC45;
}
</style>
border-color css
<style>
span { border-color: #BFCC45; }
span { border-color: rgb(191,204,69); }
td.TdClassName
{
border-color: #BFCC45;
}
.TagClassName
{
border-color: #BFCC45;
}
</style>