#BECA59

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

Shades of Wild Willow #BECA59

Tints of Wild Willow #BECA59

Color information

#BECA59 (or 0xBECA59) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 59. RGB value is (190,202,89). Sum of RGB (Red+Green+Blue) = 190+202+89=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA59 is #4135A6. Grayscale: #B9B9B9. Windows color (decimal): -4273575 or 5884606. OLE color: 5884606.

HSL color Cylindrical-coordinate representation of color #BECA59: hue angle of 66.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BECA59 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB19020289-
CMYK0.0600.560.21
HSL66.37º51.6%57.06%-
HSV(B)66.37º55.94%79.22%-
XYZ44.1653.9117.53-
YUV185.5373.52131.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 89 (35.16% from 255) = 18.50%
R=39.50%
G=42.00%
B=18.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202890.0600.560.2166.3751.657.06
HexBECA59603815423439
Octal2763121316070251026471
Binary101111101100101010110011100111000101011000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA59; }

 p { color: rgb(190,202,89); }

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

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

 a { background-color: rgb(190,202,89); }

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

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

 span { border-color: rgb(190,202,89); }

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