#BFCA6C

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

Shades of Wild Willow #BFCA6C

Tints of Wild Willow #BFCA6C

Color information

#BFCA6C (or 0xBFCA6C) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 6C. RGB value is (191,202,108). Sum of RGB (Red+Green+Blue) = 191+202+108=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA6C is #403593. Grayscale: #BCBCBC. Windows color (decimal): -4208020 or 7129791. OLE color: 7129791.

HSL color Cylindrical-coordinate representation of color #BFCA6C: hue angle of 67.02º 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 #BFCA6C is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB191202108-
CMYK0.0500.470.21
HSL67.02º47%60.78%-
HSV(B)67.02º46.53%79.22%-
XYZ45.3154.422.3-
YUV18882.86130.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 108 (42.58% from 255) = 21.56%
R=38.12%
G=40.32%
B=21.56%

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
Decimal1912021080.0500.470.2167.024760.78
HexBFCA6C502F15432f3d
Octal2773121545057251035775
Binary101111111100101011011001010101111101011000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA6C; }

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

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

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

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

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

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

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

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