#BFDB64

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

Shades of Wild Willow #BFDB64

Tints of Wild Willow #BFDB64

Color information

#BFDB64 (or 0xBFDB64) is unknown color: approx Wild Willow. HEX triplet: BF, DB and 64. RGB value is (191,219,100). Sum of RGB (Red+Green+Blue) = 191+219+100=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB64 is #40249B. Grayscale: #C5C5C5. Windows color (decimal): -4203676 or 6609855. OLE color: 6609855.

HSL color Cylindrical-coordinate representation of color #BFDB64: hue angle of 74.12º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFDB64 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB191219100-
CMYK0.1300.540.14
HSL74.12º62.3%62.55%-
HSV(B)74.12º54.34%85.88%-
XYZ49.1262.6621.56-
YUV197.0673.22123.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 219 (85.94% from 255) = 42.94%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=37.45%
G=42.94%
B=19.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912191000.1300.540.1474.1262.362.55
HexBFDB64D036E4a3e3f
Octal27733314415066161127677
Binary101111111101101111001001101011011011101001010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDB64; }

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

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

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

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

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

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

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

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