#BFD06F

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

Shades of Wild Willow #BFD06F

Tints of Wild Willow #BFD06F

Color information

#BFD06F (or 0xBFD06F) is unknown color: approx Wild Willow. HEX triplet: BF, D0 and 6F. RGB value is (191,208,111). Sum of RGB (Red+Green+Blue) = 191+208+111=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD06F is #402F90. Grayscale: #C0C0C0. Windows color (decimal): -4206481 or 7327935. OLE color: 7327935.

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

Color convert

RGB191208111-
CMYK0.0800.470.18
HSL70.52º50.79%62.55%-
HSV(B)70.52º46.63%81.57%-
XYZ46.9157.3423.63-
YUV191.8682.37127.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 111 (43.75% from 255) = 21.76%
R=37.45%
G=40.78%
B=21.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081110.0800.470.1870.5250.7962.55
HexBFD06F802F1247333f
Octal27732015710057221076377
Binary1011111111010000110111110000101111100101000111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD06F; }

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

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

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

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

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

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

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

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