#BFC45C

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

Shades of Wild Willow #BFC45C

Tints of Wild Willow #BFC45C

Color information

#BFC45C (or 0xBFC45C) is unknown color: approx Wild Willow. HEX triplet: BF, C4 and 5C. RGB value is (191,196,92). Sum of RGB (Red+Green+Blue) = 191+196+92=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC45C is #403BA3. Grayscale: #B7B7B7. Windows color (decimal): -4209572 or 6079679. OLE color: 6079679.

HSL color Cylindrical-coordinate representation of color #BFC45C: hue angle of 62.88º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFC45C is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19119692-
CMYK0.0300.530.23
HSL62.88º46.85%56.47%-
HSV(B)62.88º53.06%76.86%-
XYZ43.1651.3317.76-
YUV182.6576.84133.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=39.87%
G=40.92%
B=19.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191196920.0300.530.2362.8846.8556.47
HexBFC45C3035173f2f38
Octal277304134306527775770
Binary1011111111000100101110011011010110111111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC45C; }

 p { color: rgb(191,196,92); }

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

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

 a { background-color: rgb(191,196,92); }

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

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

 span { border-color: rgb(191,196,92); }

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