#bfc15d

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

Shades of Wild Willow #BFC15D

Tints of Wild Willow #BFC15D

Color information

#BFC15D (or 0xBFC15D) is unknown color: approx Wild Willow. HEX triplet: BF, C1 and 5D. RGB value is (191,193,93). Sum of RGB (Red+Green+Blue) = 191+193+93=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC15D is #403EA2. Grayscale: #B5B5B5. Windows color (decimal): -4210339 or 6144447. OLE color: 6144447.

HSL color Cylindrical-coordinate representation of color #BFC15D: hue angle of 61.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC15D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19119393-
CMYK0.0100.520.24
HSL61.2º44.64%56.08%-
HSV(B)61.2º51.81%75.69%-
XYZ42.5350.0117.77-
YUV18178.34135.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=40.04%
G=40.46%
B=19.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193930.0100.520.2461.244.6456.08
HexBFC15D1034183d2d38
Octal277301135106430755570
Binary101111111100000110111011011010011000111101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc15d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc15d; }

 p { color: rgb(191,193,93); }

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

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

 a { background-color: rgb(191,193,93); }

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

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

 span { border-color: rgb(191,193,93); }

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