#BFCC6E

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

Shades of Wild Willow #BFCC6E

Tints of Wild Willow #BFCC6E

Color information

#BFCC6E (or 0xBFCC6E) is unknown color: approx Wild Willow. HEX triplet: BF, CC and 6E. RGB value is (191,204,110). Sum of RGB (Red+Green+Blue) = 191+204+110=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC6E is #403391. Grayscale: #BDBDBD. Windows color (decimal): -4207506 or 7261375. OLE color: 7261375.

HSL color Cylindrical-coordinate representation of color #BFCC6E: hue angle of 68.3º 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 #BFCC6E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB191204110-
CMYK0.0600.460.2
HSL68.3º47.96%61.57%-
HSV(B)68.3º46.08%80%-
XYZ45.8955.3923.02-
YUV189.483.19129.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=37.82%
G=40.40%
B=21.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041100.0600.460.268.347.9661.57
HexBFCC6E602E1444303e
Octal2773141566056241046076
Binary101111111100110011011101100101110101001000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC6E; }

 p { color: rgb(191,204,110); }

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

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

 a { background-color: rgb(191,204,110); }

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

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

 span { border-color: rgb(191,204,110); }

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