#BFCA6D

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

Shades of Wild Willow #BFCA6D

Tints of Wild Willow #BFCA6D

Color information

#BFCA6D (or 0xBFCA6D) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 6D. RGB value is (191,202,109). Sum of RGB (Red+Green+Blue) = 191+202+109=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA6D is #403592. Grayscale: #BCBCBC. Windows color (decimal): -4208019 or 7195327. OLE color: 7195327.

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

Color convert

RGB191202109-
CMYK0.0500.460.21
HSL67.1º46.73%60.98%-
HSV(B)67.1º46.04%79.22%-
XYZ45.3754.4222.58-
YUV188.1183.36130.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 109 (42.97% from 255) = 21.71%
R=38.05%
G=40.24%
B=21.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021090.0500.460.2167.146.7360.98
HexBFCA6D502E15432f3d
Octal2773121555056251035775
Binary101111111100101011011011010101110101011000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA6D; }

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

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

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

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

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

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

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

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