#BEC269

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

Shades of Wild Willow #BEC269

Tints of Wild Willow #BEC269

Color information

#BEC269 (or 0xBEC269) is unknown color: approx Wild Willow. HEX triplet: BE, C2 and 69. RGB value is (190,194,105). Sum of RGB (Red+Green+Blue) = 190+194+105=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC269 is #413D96. Grayscale: #B7B7B7. Windows color (decimal): -4275607 or 6931134. OLE color: 6931134.

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

Color convert

RGB190194105-
CMYK0.0200.460.24
HSL62.7º42.18%58.63%-
HSV(B)62.7º45.88%76.08%-
XYZ43.0850.5520.85-
YUV182.6684.17133.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=38.85%
G=39.67%
B=21.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941050.0200.460.2462.742.1858.63
HexBEC269202E183f2a3b
Octal276302151205630775273
Binary1011111011000010110100110010111011000111111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC269; }

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

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

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

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

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

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

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

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