#BFCB66

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

Shades of Wild Willow #BFCB66

Tints of Wild Willow #BFCB66

Color information

#BFCB66 (or 0xBFCB66) is unknown color: approx Wild Willow. HEX triplet: BF, CB and 66. RGB value is (191,203,102). Sum of RGB (Red+Green+Blue) = 191+203+102=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB66 is #403499. Grayscale: #BCBCBC. Windows color (decimal): -4207770 or 6736831. OLE color: 6736831.

HSL color Cylindrical-coordinate representation of color #BFCB66: hue angle of 67.13º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFCB66 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB191203102-
CMYK0.0600.500.20
HSL67.13º49.27%59.8%-
HSV(B)67.13º49.75%79.61%-
XYZ45.2454.7520.75-
YUV187.979.52130.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 102 (40.23% from 255) = 20.56%
R=38.51%
G=40.93%
B=20.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031020.0600.500.2067.1349.2759.8
HexBFCB6660321443313c
Octal2773131466062241036174
Binary101111111100101111001101100110010101001000011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB66; }

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

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

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

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

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

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

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

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