#BEC162

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

Shades of Wild Willow #BEC162

Tints of Wild Willow #BEC162

Color information

#BEC162 (or 0xBEC162) is unknown color: approx Wild Willow. HEX triplet: BE, C1 and 62. RGB value is (190,193,98). Sum of RGB (Red+Green+Blue) = 190+193+98=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC162 is #413E9D. Grayscale: #B5B5B5. Windows color (decimal): -4275870 or 6472126. OLE color: 6472126.

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

Color convert

RGB19019398-
CMYK0.0200.490.24
HSL61.89º43.38%57.06%-
HSV(B)61.89º49.22%75.69%-
XYZ42.5149.9718.96-
YUV181.2781.01134.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 98 (38.67% from 255) = 20.37%
R=39.50%
G=40.12%
B=20.37%

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
Decimal190193980.0200.490.2461.8943.3857.06
HexBEC1622031183e2b39
Octal276301142206130765371
Binary1011111011000001110001010011000111000111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC162; }

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

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

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

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

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

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

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

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