#BFD05F

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

Shades of Wild Willow #BFD05F

Tints of Wild Willow #BFD05F

Color information

#BFD05F (or 0xBFD05F) is unknown color: approx Wild Willow. HEX triplet: BF, D0 and 5F. RGB value is (191,208,95). Sum of RGB (Red+Green+Blue) = 191+208+95=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD05F is #402FA0. Grayscale: #BEBEBE. Windows color (decimal): -4206497 or 6279359. OLE color: 6279359.

HSL color Cylindrical-coordinate representation of color #BFD05F: hue angle of 69.03º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFD05F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB19120895-
CMYK0.0800.540.18
HSL69.03º54.59%59.41%-
HSV(B)69.03º54.33%81.57%-
XYZ46.1157.0119.4-
YUV190.0474.37128.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 95 (37.5% from 255) = 19.23%
R=38.66%
G=42.11%
B=19.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191208950.0800.540.1869.0354.5959.41
HexBFD05F80361245373b
Octal27732013710066221056773
Binary1011111111010000101111110000110110100101000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD05F; }

 p { color: rgb(191,208,95); }

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

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

 a { background-color: rgb(191,208,95); }

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

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

 span { border-color: rgb(191,208,95); }

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