#BFCA6F

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

Shades of Wild Willow #BFCA6F

Tints of Wild Willow #BFCA6F

Color information

#BFCA6F (or 0xBFCA6F) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 6F. RGB value is (191,202,111). Sum of RGB (Red+Green+Blue) = 191+202+111=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA6F is #403590. Grayscale: #BCBCBC. Windows color (decimal): -4208017 or 7326399. OLE color: 7326399.

HSL color Cylindrical-coordinate representation of color #BFCA6F: hue angle of 67.25º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFCA6F is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB191202111-
CMYK0.0500.450.21
HSL67.25º46.19%61.37%-
HSV(B)67.25º45.05%79.22%-
XYZ45.4854.4723.15-
YUV188.3484.36129.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=37.90%
G=40.08%
B=22.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021110.0500.450.2167.2546.1961.37
HexBFCA6F502D15432e3d
Octal2773121575055251035675
Binary101111111100101011011111010101101101011000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA6F; }

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

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

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

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

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

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

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

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