#BFCF4C

Color #BFCF4C Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BFCF4C

Tints of Celery #BFCF4C

Color information

#BFCF4C (or 0xBFCF4C) is unknown color: approx Celery. HEX triplet: BF, CF and 4C. RGB value is (191,207,76). Sum of RGB (Red+Green+Blue) = 191+207+76=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF4C is #4030B3. Grayscale: #BBBBBB. Windows color (decimal): -4206772 or 5033919. OLE color: 5033919.

HSL color Cylindrical-coordinate representation of color #BFCF4C: hue angle of 67.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFCF4C is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB19120776-
CMYK0.0800.630.19
HSL67.33º57.71%55.49%-
HSV(B)67.33º63.29%81.18%-
XYZ45.156.2215.31-
YUV187.2865.2130.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 76 (30.08% from 255) = 16.03%
R=40.30%
G=43.67%
B=16.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191207760.0800.630.1967.3357.7155.49
HexBFCF4C803F13433a37
Octal27731711410077231037267
Binary1011111111001111100110010000111111100111000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF4C; }

 p { color: rgb(191,207,76); }

 H1.HeaderClassName
 {
   color: #BFCF4C;
 }
 .AnyTagClassName
 {
   color: #BFCF4C;
 }
</style>
background-color css

<style>
 a { background-color: #BFCF4C; }

 a { background-color: rgb(191,207,76); }

 div.DivClassName
 {
   background-color: #BFCF4C;
 }
 .BgClassName
 {
   background-color: #BFCF4C;
 }
</style>
border-color css

<style>
 span { border-color: #BFCF4C; }

 span { border-color: rgb(191,207,76); }

 td.TdClassName
 {
   border-color: #BFCF4C;
 }
 .TagClassName
 {
   border-color: #BFCF4C;
 }
</style>