#BFCA65

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

Shades of Wild Willow #BFCA65

Tints of Wild Willow #BFCA65

Color information

#BFCA65 (or 0xBFCA65) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 65. RGB value is (191,202,101). Sum of RGB (Red+Green+Blue) = 191+202+101=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA65 is #40359A. Grayscale: #BBBBBB. Windows color (decimal): -4208027 or 6671039. OLE color: 6671039.

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

Color convert

RGB191202101-
CMYK0.0500.500.21
HSL66.53º48.79%59.41%-
HSV(B)66.53º50%79.22%-
XYZ44.9654.2620.42-
YUV187.279.36130.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=38.66%
G=40.89%
B=20.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021010.0500.500.2166.5348.7959.41
HexBFCA6550321543313b
Octal2773121455062251036173
Binary101111111100101011001011010110010101011000011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA65; }

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

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

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

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

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

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

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

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