#BEC163

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

Shades of Wild Willow #BEC163

Tints of Wild Willow #BEC163

Color information

#BEC163 (or 0xBEC163) is unknown color: approx Wild Willow. HEX triplet: BE, C1 and 63. RGB value is (190,193,99). Sum of RGB (Red+Green+Blue) = 190+193+99=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC163 is #413E9C. Grayscale: #B5B5B5. Windows color (decimal): -4275869 or 6537662. OLE color: 6537662.

HSL color Cylindrical-coordinate representation of color #BEC163: hue angle of 61.91º degrees, saturation: 0.43, 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 #BEC163 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19019399-
CMYK0.0200.490.24
HSL61.91º43.12%57.25%-
HSV(B)61.91º48.7%75.69%-
XYZ42.5649.9919.21-
YUV181.3981.51134.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=39.42%
G=40.04%
B=20.54%

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
Decimal190193990.0200.490.2461.9143.1257.25
HexBEC1632031183e2b39
Octal276301143206130765371
Binary1011111011000001110001110011000111000111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC163; }

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

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

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

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

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

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

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

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