#BECA63

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

Shades of Wild Willow #BECA63

Tints of Wild Willow #BECA63

Color information

#BECA63 (or 0xBECA63) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 63. RGB value is (190,202,99). Sum of RGB (Red+Green+Blue) = 190+202+99=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA63 is #41359C. Grayscale: #BBBBBB. Windows color (decimal): -4273565 or 6539966. OLE color: 6539966.

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

Color convert

RGB19020299-
CMYK0.0600.510.21
HSL66.99º49.28%59.02%-
HSV(B)66.99º50.99%79.22%-
XYZ44.6154.0919.89-
YUV186.6778.52130.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 99 (39.06% from 255) = 20.16%
R=38.70%
G=41.14%
B=20.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202990.0600.510.2166.9949.2859.02
HexBECA6360331543313b
Octal2763121436063251036173
Binary101111101100101011000111100110011101011000011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA63; }

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

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

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

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

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

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

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

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