#BECA67

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

Shades of Wild Willow #BECA67

Tints of Wild Willow #BECA67

Color information

#BECA67 (or 0xBECA67) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 67. RGB value is (190,202,103). Sum of RGB (Red+Green+Blue) = 190+202+103=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA67 is #413598. Grayscale: #BBBBBB. Windows color (decimal): -4273561 or 6802110. OLE color: 6802110.

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

Color convert

RGB190202103-
CMYK0.0600.490.21
HSL67.27º48.29%59.8%-
HSV(B)67.27º49.01%79.22%-
XYZ44.854.1720.93-
YUV187.1380.52130.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=38.38%
G=40.81%
B=20.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021030.0600.490.2167.2748.2959.8
HexBECA6760311543303c
Octal2763121476061251036074
Binary101111101100101011001111100110001101011000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA67; }

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

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

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

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

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

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

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

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