#BECF66

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

Shades of Wild Willow #BECF66

Tints of Wild Willow #BECF66

Color information

#BECF66 (or 0xBECF66) is unknown color: approx Wild Willow. HEX triplet: BE, CF and 66. RGB value is (190,207,102). Sum of RGB (Red+Green+Blue) = 190+207+102=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF66 is #413099. Grayscale: #BEBEBE. Windows color (decimal): -4272282 or 6737854. OLE color: 6737854.

HSL color Cylindrical-coordinate representation of color #BECF66: hue angle of 69.71º 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 #BECF66 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB190207102-
CMYK0.0800.510.19
HSL69.71º52.24%60.59%-
HSV(B)69.71º50.72%81.18%-
XYZ45.9556.5321.06-
YUV189.9578.37128.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=38.08%
G=41.48%
B=20.44%

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
Decimal1902071020.0800.510.1969.7152.2460.59
HexBECF6680331346343d
Octal27631714610063231066475
Binary1011111011001111110011010000110011100111000110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF66; }

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

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

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

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

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

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

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

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