#bfca6b

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

Shades of Wild Willow #BFCA6B

Tints of Wild Willow #BFCA6B

Color information

#BFCA6B (or 0xBFCA6B) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 6B. RGB value is (191,202,107). Sum of RGB (Red+Green+Blue) = 191+202+107=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA6B is #403594. Grayscale: #BCBCBC. Windows color (decimal): -4208021 or 7064255. OLE color: 7064255.

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

Color convert

RGB191202107-
CMYK0.0500.470.21
HSL66.95º47.26%60.59%-
HSV(B)66.95º47.03%79.22%-
XYZ45.2654.3822.02-
YUV187.8882.36130.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 107 (42.19% from 255) = 21.4%
R=38.2%
G=40.4%
B=21.4%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021070.0500.470.2166.9547.2660.59
HexBFCA6B502F15432f3d
Octal2773121535057251035775
Binary101111111100101011010111010101111101011000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfca6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfca6b; }

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

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

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

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

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

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

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

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