#BEC866

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

Shades of Wild Willow #BEC866

Tints of Wild Willow #BEC866

Color information

#BEC866 (or 0xBEC866) is unknown color: approx Wild Willow. HEX triplet: BE, C8 and 66. RGB value is (190,200,102). Sum of RGB (Red+Green+Blue) = 190+200+102=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC866 is #413799. Grayscale: #BABABA. Windows color (decimal): -4274074 or 6736062. OLE color: 6736062.

HSL color Cylindrical-coordinate representation of color #BEC866: hue angle of 66.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEC866 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB190200102-
CMYK0.0500.490.22
HSL66.12º47.12%59.22%-
HSV(B)66.12º49%78.43%-
XYZ44.2953.2220.51-
YUV185.8480.69130.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=38.62%
G=40.65%
B=20.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001020.0500.490.2266.1247.1259.22
HexBEC866503116422f3b
Octal2763101465061261025773
Binary101111101100100011001101010110001101101000010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC866; }

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

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

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

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

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

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

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

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