#BFCA5C

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

Shades of Wild Willow #BFCA5C

Tints of Wild Willow #BFCA5C

Color information

#BFCA5C (or 0xBFCA5C) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 5C. RGB value is (191,202,92). Sum of RGB (Red+Green+Blue) = 191+202+92=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA5C is #4035A3. Grayscale: #BABABA. Windows color (decimal): -4208036 or 6081215. OLE color: 6081215.

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

Color convert

RGB19120292-
CMYK0.0500.540.21
HSL66º50.93%57.65%-
HSV(B)66º54.46%79.22%-
XYZ44.5454.0918.22-
YUV186.1774.86131.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=39.38%
G=41.65%
B=18.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191202920.0500.540.216650.9357.65
HexBFCA5C50361542333a
Octal2773121345066251026372
Binary101111111100101010111001010110110101011000010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA5C; }

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

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

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

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

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

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

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

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