#BFCD6F

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

Shades of Wild Willow #BFCD6F

Tints of Wild Willow #BFCD6F

Color information

#BFCD6F (or 0xBFCD6F) is unknown color: approx Wild Willow. HEX triplet: BF, CD and 6F. RGB value is (191,205,111). Sum of RGB (Red+Green+Blue) = 191+205+111=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD6F is #403290. Grayscale: #BEBEBE. Windows color (decimal): -4207249 or 7327167. OLE color: 7327167.

HSL color Cylindrical-coordinate representation of color #BFCD6F: hue angle of 68.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFCD6F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB191205111-
CMYK0.0700.460.20
HSL68.94º48.45%61.96%-
HSV(B)68.94º45.85%80.39%-
XYZ46.1955.8923.39-
YUV190.183.36128.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=37.67%
G=40.43%
B=21.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051110.0700.460.2068.9448.4561.96
HexBFCD6F702E1445303e
Octal2773151577056241056076
Binary101111111100110111011111110101110101001000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD6F; }

 p { color: rgb(191,205,111); }

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

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

 a { background-color: rgb(191,205,111); }

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

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

 span { border-color: rgb(191,205,111); }

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