Shades of Celery #BFCC4A
Tints of Celery #BFCC4A
RGB
CMYK
RGB Variations
Color information
#BFCC4A (or 0xBFCC4A) is known color: Celery. HEX triplet: BF, CC and 4A. RGB value is (191,204,74). Sum of RGB (Red+Green+Blue) = 191+204+74=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC4A is #4033B5. Grayscale: #B9B9B9. Windows color (decimal): -4207542 or 4902079. OLE color: 4902079.
HSL color Cylindrical-coordinate representation of color #BFCC4A: hue angle of 66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFCC4A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 74 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.2 |
| HSL | 66º | 0.56% | 0.55% | - |
| HSV(B) | 66º | 0.64% | 0.8% | - |
| XYZ | 44.31 | 54.76 | 14.71 | - |
| YUV | 185.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 74 | 0.06 | 0 | 0.64 | 0.2 | 66 | 0.56 | 0.55 |
| Hex | BF | CC | 4A | 6 | 0 | 40 | 14 | 42 | 38 | 37 |
| Octal | 277 | 314 | 112 | 6 | 0 | 100 | 24 | 102 | 70 | 67 |
| Binary | 10111111 | 11001100 | 1001010 | 110 | 0 | 1000000 | 10100 | 1000010 | 111000 | 110111 |
Color Harmonies of #BFCC4A
Complementary color
Monochromatic Colors of #BFCC4A
Black with #BFCC4A
Text Example
Text Example
White with #BFCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC4A; }
p { color: rgb(191,204,74); }
H1.HeaderClassName
{
color: #BFCC4A;
}
.AnyTagClassName
{
color: #BFCC4A;
}
</style>
background-color css
<style>
a { background-color: #BFCC4A; }
a { background-color: rgb(191,204,74); }
div.DivClassName
{
background-color: #BFCC4A;
}
.BgClassName
{
background-color: #BFCC4A;
}
</style>
border-color css
<style>
span { border-color: #BFCC4A; }
span { border-color: rgb(191,204,74); }
td.TdClassName
{
border-color: #BFCC4A;
}
.TagClassName
{
border-color: #BFCC4A;
}
</style>