Shades of Celery #BFCC4C
Tints of Celery #BFCC4C
RGB
CMYK
RGB Variations
Color information
#BFCC4C (or 0xBFCC4C) is known color: Celery. HEX triplet: BF, CC and 4C. RGB value is (191,204,76). Sum of RGB (Red+Green+Blue) = 191+204+76=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC4C is #4033B3. Grayscale: #BABABA. Windows color (decimal): -4207540 or 5033151. OLE color: 5033151.
HSL color Cylindrical-coordinate representation of color #BFCC4C: hue angle of 66.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFCC4C is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 76 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.2 |
| HSL | 66.09º | 0.56% | 0.55% | - |
| HSV(B) | 66.09º | 0.63% | 0.8% | - |
| XYZ | 44.38 | 54.78 | 15.07 | - |
| YUV | 185.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 76 | 0.06 | 0 | 0.63 | 0.2 | 66.09 | 0.56 | 0.55 |
| Hex | BF | CC | 4C | 6 | 0 | 3F | 14 | 42 | 38 | 37 |
| Octal | 277 | 314 | 114 | 6 | 0 | 77 | 24 | 102 | 70 | 67 |
| Binary | 10111111 | 11001100 | 1001100 | 110 | 0 | 111111 | 10100 | 1000010 | 111000 | 110111 |
Color Harmonies of #BFCC4C
Complementary color
Monochromatic Colors of #BFCC4C
Black with #BFCC4C
Text Example
Text Example
White with #BFCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC4C; }
p { color: rgb(191,204,76); }
H1.HeaderClassName
{
color: #BFCC4C;
}
.AnyTagClassName
{
color: #BFCC4C;
}
</style>
background-color css
<style>
a { background-color: #BFCC4C; }
a { background-color: rgb(191,204,76); }
div.DivClassName
{
background-color: #BFCC4C;
}
.BgClassName
{
background-color: #BFCC4C;
}
</style>
border-color css
<style>
span { border-color: #BFCC4C; }
span { border-color: rgb(191,204,76); }
td.TdClassName
{
border-color: #BFCC4C;
}
.TagClassName
{
border-color: #BFCC4C;
}
</style>