#BFC040

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

Shades of Celery #BFC040

Tints of Celery #BFC040

Color information

#BFC040 (or 0xBFC040) is unknown color: approx Celery. HEX triplet: BF, C0 and 40. RGB value is (191,192,64). Sum of RGB (Red+Green+Blue) = 191+192+64=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC040 is #403FBF. Grayscale: #B1B1B1. Windows color (decimal): -4210624 or 4243647. OLE color: 4243647.

HSL color Cylindrical-coordinate representation of color #BFC040: hue angle of 60.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFC040 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19119264-
CMYK0.0100.670.25
HSL60.47º50.39%50.2%-
HSV(B)60.47º66.67%75.29%-
XYZ41.2649.1512.16-
YUV177.1164.17137.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=42.73%
G=42.95%
B=14.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191192640.0100.670.2560.4750.3950.2
HexBFC0401043193c3232
Octal2773001001010331746262
Binary1011111111000000100000010100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC040; }

 p { color: rgb(191,192,64); }

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

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

 a { background-color: rgb(191,192,64); }

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

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

 span { border-color: rgb(191,192,64); }

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