#BEC263

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

Shades of Wild Willow #BEC263

Tints of Wild Willow #BEC263

Color information

#BEC263 (or 0xBEC263) is unknown color: approx Wild Willow. HEX triplet: BE, C2 and 63. RGB value is (190,194,99). Sum of RGB (Red+Green+Blue) = 190+194+99=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC263 is #413D9C. Grayscale: #B6B6B6. Windows color (decimal): -4275613 or 6537918. OLE color: 6537918.

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

Color convert

RGB19019499-
CMYK0.0200.490.24
HSL62.53º43.78%57.45%-
HSV(B)62.53º48.97%76.08%-
XYZ42.7850.4319.28-
YUV181.9781.17133.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=39.34%
G=40.17%
B=20.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194990.0200.490.2462.5343.7857.45
HexBEC2632031183f2c39
Octal276302143206130775471
Binary1011111011000010110001110011000111000111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC263; }

 p { color: rgb(190,194,99); }

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

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

 a { background-color: rgb(190,194,99); }

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

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

 span { border-color: rgb(190,194,99); }

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