#BECB6E

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

Shades of Wild Willow #BECB6E

Tints of Wild Willow #BECB6E

Color information

#BECB6E (or 0xBECB6E) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 6E. RGB value is (190,203,110). Sum of RGB (Red+Green+Blue) = 190+203+110=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB6E is #413491. Grayscale: #BCBCBC. Windows color (decimal): -4273298 or 7261118. OLE color: 7261118.

HSL color Cylindrical-coordinate representation of color #BECB6E: hue angle of 68.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BECB6E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB190203110-
CMYK0.0600.460.20
HSL68.39º47.21%61.37%-
HSV(B)68.39º45.81%79.61%-
XYZ45.4154.7822.93-
YUV188.5183.69129.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=37.77%
G=40.36%
B=21.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031100.0600.460.2068.3947.2161.37
HexBECB6E602E14442f3d
Octal2763131566056241045775
Binary101111101100101111011101100101110101001000100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB6E; }

 p { color: rgb(190,203,110); }

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

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

 a { background-color: rgb(190,203,110); }

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

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

 span { border-color: rgb(190,203,110); }

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