#BFD16A

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

Shades of Wild Willow #BFD16A

Tints of Wild Willow #BFD16A

Color information

#BFD16A (or 0xBFD16A) is unknown color: approx Wild Willow. HEX triplet: BF, D1 and 6A. RGB value is (191,209,106). Sum of RGB (Red+Green+Blue) = 191+209+106=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD16A is #402E95. Grayscale: #C0C0C0. Windows color (decimal): -4206230 or 7000511. OLE color: 7000511.

HSL color Cylindrical-coordinate representation of color #BFD16A: hue angle of 70.49º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFD16A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB191209106-
CMYK0.0900.490.18
HSL70.49º52.82%61.76%-
HSV(B)70.49º49.28%81.96%-
XYZ46.8957.7222.31-
YUV191.8879.54127.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 106 (41.80% from 255) = 20.95%
R=37.75%
G=41.30%
B=20.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091060.0900.490.1870.4952.8261.76
HexBFD16A90311246353e
Octal27732115211061221066576
Binary1011111111010001110101010010110001100101000110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD16A; }

 p { color: rgb(191,209,106); }

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

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

 a { background-color: rgb(191,209,106); }

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

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

 span { border-color: rgb(191,209,106); }

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