#BEC366

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

Shades of Wild Willow #BEC366

Tints of Wild Willow #BEC366

Color information

#BEC366 (or 0xBEC366) is unknown color: approx Wild Willow. HEX triplet: BE, C3 and 66. RGB value is (190,195,102). Sum of RGB (Red+Green+Blue) = 190+195+102=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC366 is #413C99. Grayscale: #B7B7B7. Windows color (decimal): -4275354 or 6734782. OLE color: 6734782.

HSL color Cylindrical-coordinate representation of color #BEC366: hue angle of 63.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC366 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB190195102-
CMYK0.0300.480.24
HSL63.23º43.66%58.24%-
HSV(B)63.23º47.69%76.47%-
XYZ43.1550.9420.13-
YUV182.982.34133.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=39.01%
G=40.04%
B=20.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951020.0300.480.2463.2343.6658.24
HexBEC3663030183f2c3a
Octal276303146306030775472
Binary1011111011000011110011011011000011000111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC366; }

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

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

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

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

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

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

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

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