#BECA60

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

Shades of Wild Willow #BECA60

Tints of Wild Willow #BECA60

Color information

#BECA60 (or 0xBECA60) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 60. RGB value is (190,202,96). Sum of RGB (Red+Green+Blue) = 190+202+96=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA60 is #41359F. Grayscale: #BABABA. Windows color (decimal): -4273568 or 6343358. OLE color: 6343358.

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

Color convert

RGB19020296-
CMYK0.0600.520.21
HSL66.79º50%58.43%-
HSV(B)66.79º52.48%79.22%-
XYZ44.4754.0319.15-
YUV186.3377.02130.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=38.93%
G=41.39%
B=19.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202960.0600.520.2166.795058.43
HexBECA6060341543323a
Octal2763121406064251036272
Binary101111101100101011000001100110100101011000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA60; }

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

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

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

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

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

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

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

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