Shades of Celery #BFCC44
Tints of Celery #BFCC44
RGB
CMYK
RGB Variations
Color information
#BFCC44 (or 0xBFCC44) is known color: Celery. HEX triplet: BF, CC and 44. RGB value is (191,204,68). Sum of RGB (Red+Green+Blue) = 191+204+68=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC44 is #4033BB. Grayscale: #B9B9B9. Windows color (decimal): -4207548 or 4508863. OLE color: 4508863.
HSL color Cylindrical-coordinate representation of color #BFCC44: hue angle of 65.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFCC44 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 68 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.2 |
| HSL | 65.74º | 0.57% | 0.53% | - |
| HSV(B) | 65.74º | 0.67% | 0.8% | - |
| XYZ | 44.12 | 54.68 | 13.7 | - |
| YUV | 184.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 68 | 0.06 | 0 | 0.67 | 0.2 | 65.74 | 0.57 | 0.53 |
| Hex | BF | CC | 44 | 6 | 0 | 43 | 14 | 42 | 39 | 35 |
| Octal | 277 | 314 | 104 | 6 | 0 | 103 | 24 | 102 | 71 | 65 |
| Binary | 10111111 | 11001100 | 1000100 | 110 | 0 | 1000011 | 10100 | 1000010 | 111001 | 110101 |
Color Harmonies of #BFCC44
Complementary color
Monochromatic Colors of #BFCC44
Black with #BFCC44
Text Example
Text Example
White with #BFCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC44; }
p { color: rgb(191,204,68); }
H1.HeaderClassName
{
color: #BFCC44;
}
.AnyTagClassName
{
color: #BFCC44;
}
</style>
background-color css
<style>
a { background-color: #BFCC44; }
a { background-color: rgb(191,204,68); }
div.DivClassName
{
background-color: #BFCC44;
}
.BgClassName
{
background-color: #BFCC44;
}
</style>
border-color css
<style>
span { border-color: #BFCC44; }
span { border-color: rgb(191,204,68); }
td.TdClassName
{
border-color: #BFCC44;
}
.TagClassName
{
border-color: #BFCC44;
}
</style>