#BFCF66

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

Shades of Wild Willow #BFCF66

Tints of Wild Willow #BFCF66

Color information

#BFCF66 (or 0xBFCF66) is unknown color: approx Wild Willow. HEX triplet: BF, CF and 66. RGB value is (191,207,102). Sum of RGB (Red+Green+Blue) = 191+207+102=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF66 is #403099. Grayscale: #BEBEBE. Windows color (decimal): -4206746 or 6737855. OLE color: 6737855.

HSL color Cylindrical-coordinate representation of color #BFCF66: hue angle of 69.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFCF66 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB191207102-
CMYK0.0800.510.19
HSL69.14º52.24%60.59%-
HSV(B)69.14º50.72%81.18%-
XYZ46.256.6621.07-
YUV190.2578.2128.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 207 (81.25% from 255) = 41.4%
BLUE value IS 102 (40.23% from 255) = 20.4%
R=38.2%
G=41.4%
B=20.4%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071020.0800.510.1969.1452.2460.59
HexBFCF6680331345343d
Octal27731714610063231056475
Binary1011111111001111110011010000110011100111000101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF66; }

 p { color: rgb(191,207,102); }

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

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

 a { background-color: rgb(191,207,102); }

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

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

 span { border-color: rgb(191,207,102); }

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