#bfdb6e

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

Shades of Wild Willow #BFDB6E

Tints of Wild Willow #BFDB6E

Color information

#BFDB6E (or 0xBFDB6E) is unknown color: approx Wild Willow. HEX triplet: BF, DB and 6E. RGB value is (191,219,110). Sum of RGB (Red+Green+Blue) = 191+219+110=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB6E is #402491. Grayscale: #C6C6C6. Windows color (decimal): -4203666 or 7265215. OLE color: 7265215.

HSL color Cylindrical-coordinate representation of color #BFDB6E: hue angle of 75.41º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFDB6E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB191219110-
CMYK0.1300.500.14
HSL75.41º60.22%64.51%-
HSV(B)75.41º49.77%85.88%-
XYZ49.6362.8724.27-
YUV198.278.22122.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 110 (43.36% from 255) = 21.15%
R=36.73%
G=42.12%
B=21.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912191100.1300.500.1475.4160.2264.51
HexBFDB6ED032E4b3c41
Octal277333156150621611374101
Binary1011111111011011110111011010110010111010010111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfdb6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfdb6e; }

 p { color: rgb(191,219,110); }

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

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

 a { background-color: rgb(191,219,110); }

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

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

 span { border-color: rgb(191,219,110); }

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