#BECF64

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

Shades of Wild Willow #BECF64

Tints of Wild Willow #BECF64

Color information

#BECF64 (or 0xBECF64) is unknown color: approx Wild Willow. HEX triplet: BE, CF and 64. RGB value is (190,207,100). Sum of RGB (Red+Green+Blue) = 190+207+100=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF64 is #41309B. Grayscale: #BEBEBE. Windows color (decimal): -4272284 or 6606782. OLE color: 6606782.

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

Color convert

RGB190207100-
CMYK0.0800.520.19
HSL69.53º52.71%60.2%-
HSV(B)69.53º51.69%81.18%-
XYZ45.8556.4920.54-
YUV189.7277.37128.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=38.23%
G=41.65%
B=20.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071000.0800.520.1969.5352.7160.2
HexBECF6480341346353c
Octal27631714410064231066574
Binary1011111011001111110010010000110100100111000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF64; }

 p { color: rgb(190,207,100); }

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

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

 a { background-color: rgb(190,207,100); }

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

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

 span { border-color: rgb(190,207,100); }

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